Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
blamebob23 #1
Pop-up close on timeout
Hi everyone... I have an onclick pop-up on my intro page that i want to close
after about 10 or 20 seconds. Does anyone know the code for this. I thought it
was;
<body onLoad="window.setTimeout('window.close();', 10000)>
but it doesnt work. Here's the site link; [url]www.tourstuff.co.uk[/url]
once you click on enter it should pop-up. Then i want it to close after 10
seconds. Can anyone help?
Rob x
blamebob23 Guest
-
#40750 [NEW]: fsockopen timeout parameter overwrites timeout for reading
From: andreas dot rieber at 2e-systems dot com Operating system: OpenSuse PHP version: 5.2.1 PHP Bug Type: Network related... -
#40041 [NEW]: fsockopen doesn't close socket at timeout
From: nhnui dot mail at gmail dot com Operating system: windows 2003 PHP version: 5.2.0 PHP Bug Type: Sockets related Bug... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on... -
Session_OnEnd - timeout or close?
No, it's also unreliable. http://www.aspfaq.com/show.asp?id=2078 "RooLoo" <RooLoo@Loo.Roo> wrote in message... -
blamebob23 #2
Re: Pop-up close on timeout
Its cool folks... Ive figured it out. Just in case anybody wants to know the
code is this:
<SCRIPT TYPE="text/javascript">
<!-- BEGIN
timer = setTimeout("window.close()",1000);
// END -->
</SCRIPT>
;-) Google search is a wonderful thing
Rob x
blamebob23 Guest



Reply With Quote

