Click here to Skip to main content
15,921,606 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Rendered differently in explorer and firefox Pin
netDeveloper2-Jun-08 5:31
netDeveloper2-Jun-08 5:31 
GeneralRe: Rendered differently in explorer and firefox Pin
netDeveloper2-Jun-08 23:43
netDeveloper2-Jun-08 23:43 
GeneralRe: Rendered differently in explorer and firefox Pin
led mike3-Jun-08 5:31
led mike3-Jun-08 5:31 
AnswerRe: Mozilla rendering Pin
Shog92-Jun-08 6:12
sitebuilderShog92-Jun-08 6:12 
QuestionInsert the data into dropdownlist using javascript Pin
r aa j1-Jun-08 23:05
r aa j1-Jun-08 23:05 
QuestionHow to create automatic page Pin
Poonam Gandash1-Jun-08 21:30
Poonam Gandash1-Jun-08 21:30 
AnswerRe: How to create automatic page Pin
led mike2-Jun-08 4:43
led mike2-Jun-08 4:43 
AnswerRe: How to create automatic page Pin
Ashfield2-Jun-08 5:08
Ashfield2-Jun-08 5:08 
GeneralRe: How to create automatic page Pin
Poonam Gandash6-Jun-08 0:29
Poonam Gandash6-Jun-08 0:29 
QuestionAuto Complete Extender Pin
wantToLearn1-Jun-08 19:24
wantToLearn1-Jun-08 19:24 
Questionhow to retrieve the number of selected items in a listbox using vbscript / ASP Pin
padmajyothi1-Jun-08 7:05
padmajyothi1-Jun-08 7:05 
QuestionHow to download top 5 emails in ASP.net? Pin
hifiger20041-Jun-08 6:42
hifiger20041-Jun-08 6:42 
AnswerRe: How to download top 5 emails in ASP.net? Pin
Ashfield1-Jun-08 23:12
Ashfield1-Jun-08 23:12 
Questionobj has no properties Pin
Mohammad A Gdeisat31-May-08 12:32
Mohammad A Gdeisat31-May-08 12:32 
AnswerRe: obj has no properties Pin
Christian Graus1-Jun-08 4:10
protectorChristian Graus1-Jun-08 4:10 
GeneralRe: obj has no properties Pin
Mohammad A Gdeisat1-Jun-08 4:28
Mohammad A Gdeisat1-Jun-08 4:28 
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 

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.