Please help i'm using ASP to connect HTML to a DB.
1 HTML page shows a code another the codes definition.
I've set the 1st page onmouseover to open a new window and mouseout to close window, my problem is the mouseout shows a IE window 'the web pg u r viewing is trying t2 close the window do u want 2 close this window'. I DONT want this & seens its closes my browser & not my Popup its not to good.
This is my code PLEASE HELP i'm going mad!!!
<a onmouseover="window.open('eventcodes2.asp?VIEW=<%response.write rstemp("EVENT_CODE"
%>',
'defwin','width=375,height=200')" onmouseout="window.close()"><%response.write rstemp("EVENT_CODE"
%></a>
</B></h6></center></u></font></td>
1 HTML page shows a code another the codes definition.
I've set the 1st page onmouseover to open a new window and mouseout to close window, my problem is the mouseout shows a IE window 'the web pg u r viewing is trying t2 close the window do u want 2 close this window'. I DONT want this & seens its closes my browser & not my Popup its not to good.
This is my code PLEASE HELP i'm going mad!!!
<a onmouseover="window.open('eventcodes2.asp?VIEW=<%response.write rstemp("EVENT_CODE"
'defwin','width=375,height=200')" onmouseout="window.close()"><%response.write rstemp("EVENT_CODE"
</B></h6></center></u></font></td>