Ask a Question related to Macromedia Dreamweaver, Design and Development.
- RobGT #1
Close window without warning dialogue? I have a flash movie in a HTML page.
When one button is clicked, it launches a blank window and loads another
html page.
That html page has a form on it, that submits data to a database and then
redirects to a 'thankyou' page.
I want the thankyou page to close after 10 seconds.
The code I have tried always pops up the warning (this page is trying to
close... blah blah) but I want to close the window without the warning.
I was under the impression that this sub window (spawned frmo the main
window) would be ok to do that with - but my code doesn't seem to agree.
Can anyone offer me a pointer on how to do this?
My code:
function closeMe(){
var timeval = 5000;
var t = setTimeout("this.close()",timeval);
}
<body onLoad="closeMe()">
Cheers,
Rob [url]http://robgt.com/[/url]
Extensions: [url]http://robgt.com/products/index.asp[/url]
Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
Blog: [url]http://blog.robgt.com/[/url]
RobGT Guest
-
Close window
Hello, how can you close a pop up window with vb in asp.net? thanks -
close my project that is in a browser window (close this window)
How can I do this with a button? What do I have to put into button? -
MIAW forget window vs. close window
I'm having a problem with forget window. Sometimes when I forget a window, the projector crashes. The problem sometimes happens the first time I... -
Show Message close dialogue "X"
Hi Group Is there anyway to disable the little "X" in the top right hand corner of the Show Message and Show Custom Dialogue Boxes? Or at... -
window sizing & close this window code
Sharon wrote on 16 jul 2003 in microsoft.public.inetserver.asp.general: No ASP to be seen, Sharon, please see a clientside NG, --... - RobGT #2
Re: Close window without warning dialogue? Hi Chris,
Actually, it works perfectly in Mozilla!
Just not Explorer then... dammit!
Oh well, I guess it will have to do.
Unless you have any suggestions?
Rob [url]http://robgt.com/[/url]
Extensions: [url]http://robgt.com/products/index.asp[/url]
Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
Blog: [url]http://blog.robgt.com/[/url]
RobGT Guest
- Chris In Madison #3
Re: Close window without warning dialogue? Wish I did. Sorry about that :-(
Best regards,
Chris
"RobGT" <[email protected]> wrote in message
news:bf6iqi$7f1$[email protected]..> Oh well, I guess it will have to do.
> Unless you have any suggestions?
Chris In Madison Guest
- Les Matthews #4
Re: Close window without warning dialogue? Does this help?
[url]http://www.macromedia.com/cfusion/tipsubmission/tip_detail.cfm?tipid=511[/url]
"RobGT" <[email protected]> wrote in message
news:bf6iqi$7f1$[email protected]..> Hi Chris,
> Actually, it works perfectly in Mozilla!
> Just not Explorer then... dammit!
>
> Oh well, I guess it will have to do.
> Unless you have any suggestions?
> Rob [url]http://robgt.com/[/url]
> Extensions: [url]http://robgt.com/products/index.asp[/url]
> Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
> Blog: [url]http://blog.robgt.com/[/url]
>
>
Les Matthews Guest
- RobGT #5
Re: Close window without warning dialogue? Without trying that code (I have done this a different way now) I would say
that it would definitely help!
Many thanks!
Cheers,
Rob [url]http://robgt.com/[/url]
Extensions: [url]http://robgt.com/products/index.asp[/url]
Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
Blog: [url]http://blog.robgt.com/[/url]
RobGT Guest




