Hello fellas.
I was wondering if this is even posible. I have a linked image that when clicked it displays a 300x300 window. I would like this window to only display for 15 seconds or so, how is this done, if possible. Thanks in advance.
<a href="javascriptopUpWindow(1);"><img border="0" src="images/globe.jpg" align="left"></a>
<script language=javascript>
function popUpWindow(value){
urlString = 'file:///L:/forms'
window.open(urlString,'newwindow','height=300,width=300');
}
</script></td>
QUOTE OF THE DAY
Not to know if bad; not to wish to know is worse.
<%
Jr Clown
%>
I was wondering if this is even posible. I have a linked image that when clicked it displays a 300x300 window. I would like this window to only display for 15 seconds or so, how is this done, if possible. Thanks in advance.
<a href="javascriptopUpWindow(1);"><img border="0" src="images/globe.jpg" align="left"></a>
<script language=javascript>
function popUpWindow(value){
urlString = 'file:///L:/forms'
window.open(urlString,'newwindow','height=300,width=300');
}
</script></td>
QUOTE OF THE DAY
Not to know if bad; not to wish to know is worse.
<%
Jr Clown
%>