Click here to Skip to main content
15,896,063 members
Home / Discussions / Web Development
   

Web Development

 
QuestionScan IP's on the domain and play mp3's on remote machines Pin
Tim Foster31-May-08 3:14
Tim Foster31-May-08 3:14 
AnswerRe: Scan IP's on the domain and play mp3's on remote machines Pin
Christian Graus1-Jun-08 4:12
protectorChristian Graus1-Jun-08 4:12 
Questionwebservice which automatically updates its ads into windows project when user downloads a ad from a website(our webproject) Pin
K V Sekhar31-May-08 1:02
K V Sekhar31-May-08 1:02 
AnswerRe: webservice which automatically updates its ads into windows project when user downloads a ad from a website(our webproject) Pin
Christian Graus31-May-08 1:30
protectorChristian Graus31-May-08 1:30 
AnswerCP IGNORE Pin
leckey31-May-08 4:44
leckey31-May-08 4:44 
QuestionHow to fire the click event before mousedown event Pin
Exelioindia29-May-08 23:11
Exelioindia29-May-08 23:11 
QuestionConfigure BBCode in PEAR Pin
raaman29-May-08 18:34
raaman29-May-08 18:34 
Questionopen new winodw on mouseover and close onmouse out Pin
idsanjeevjha29-May-08 16:51
idsanjeevjha29-May-08 16:51 
my proplems due to frame i am using some frame at top,left ceter and right in right frame image disply in fadein so when the mouseover on image, image is expanded in thats frame but not more space to display it in that frame so my need is open a new winodw
i try to these two code


<script language="javascript">
//Function to open PopupWindow and Close PopupWindow
function new_window(){
    new_window = open('fader.asp','new','width=500,height=450,left=  10,top=10');
}

function close_window() 
{
new_window.close();
}

</script>

<div style="position:absolute; top:0; left:0 ">

<!--
Link for opne popup wondow 
<a onmouseover="window.open('fader.asp','Popup_Window','toolbar=no  ,location=no,directories=no,status=no,menubar=no,s  crollbars=no,resizable=no,copyhistory=no,width=475  px,height=420px,top=30,left=20')"  >
-->

<img src="images/1.jpg" id="new" onMouseOver="new_window()" onMouseOut="close_window()" name='SlideShow' border="5px" style="border-color:#B812A7 " width="170PX"  height="140PX"  title="Click to Magnifying Image">
<!--</a>-->
</div>


But when first time mouse over on image popup window is opend and onmouseout closed but not more without page refresh means it works only one time when mouse over on image after first time error is at line 21 where <img src.............>
line:-21
char:-1
error:-the callee[server[not server application]]is not available and disappeared; all connection are invalid. the call did not execute.

I am creating link onmouseover image window is open but it not close on mouseout
I try with these two to open new window onmouseover and close on mouseout
thanks

sanjeev

QuestionRe: open new winodw on mouseover and close onmouse out Pin
idsanjeevjha29-May-08 20:17
idsanjeevjha29-May-08 20:17 
QuestionQuery regarding retrieving the domain name. In ASP Pin
Arun Abraham Jose29-May-08 0:54
Arun Abraham Jose29-May-08 0:54 
AnswerRe: Query regarding retrieving the domain name. In ASP Pin
NeverHeardOfMe30-May-08 11:52
NeverHeardOfMe30-May-08 11:52 
QuestionDownload Email content, How? Pin
hifiger200428-May-08 20:24
hifiger200428-May-08 20:24 
AnswerRe: Download Email content, How? Pin
Eduard Keilholz28-May-08 20:51
Eduard Keilholz28-May-08 20:51 
GeneralRe: Download Email content, How? Pin
hifiger200429-May-08 0:14
hifiger200429-May-08 0:14 
Questionscript to add common links Pin
mike ekim28-May-08 9:34
mike ekim28-May-08 9:34 
AnswerRe: script to add common links Pin
Christian Graus28-May-08 14:07
protectorChristian Graus28-May-08 14:07 
QuestionHow to get the &lt;td&gt; id using javascript Pin
Exelioindia28-May-08 8:42
Exelioindia28-May-08 8:42 
AnswerRe: How to get the &lt;td&gt; id using javascript Pin
Christian Graus28-May-08 14:08
protectorChristian Graus28-May-08 14:08 
GeneralRe: How to get the &lt;td&gt; id using javascript Pin
Vasudevan Deepak Kumar29-May-08 18:45
Vasudevan Deepak Kumar29-May-08 18:45 
AnswerRe: How to get the &lt;td&gt; id using javascript Pin
Vasudevan Deepak Kumar29-May-08 18:46
Vasudevan Deepak Kumar29-May-08 18:46 
QuestionSoftwares for integration of Card swipe machine with .net application Pin
miniThomas27-May-08 22:38
miniThomas27-May-08 22:38 
AnswerRe: Softwares for integration of Card swipe machine with .net application Pin
Vasudevan Deepak Kumar29-May-08 18:46
Vasudevan Deepak Kumar29-May-08 18:46 
GeneralRe: Softwares for integration of Card swipe machine with .net application Pin
miniThomas30-May-08 2:22
miniThomas30-May-08 2:22 
QuestionAutomatically remove the "ie has restricted this webpage" message Pin
Fernando A. Gomez F.27-May-08 9:08
Fernando A. Gomez F.27-May-08 9:08 
AnswerRe: Automatically remove the "ie has restricted this webpage" message Pin
Shog927-May-08 9:48
sitebuilderShog927-May-08 9:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.