Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Force close of a window? 1

Status
Not open for further replies.

snowboardr

Programmer
Feb 22, 2002
1,401
PH
How can I get it to close the window without the "Do you want to close this window?" message..

Code:
<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot; <%If Request.QueryString = &quot;close&quot; then Response.Write &quot;onLoad=&quot; & Chr(34) & &quot;setTimeout(window.close, 1000)&quot; & Chr(34) Else Response.Write &quot;onLoad=&quot; & Chr(34) & &quot;redirTimer()&quot; & Chr(34) %>>
www.vzio.com
ASP WEB DEVELOPMENT



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top