-
1
- #1
snowboardr
Programmer
How can I get it to close the window without the "Do you want to close this window?" message..
www.vzio.com
ASP WEB DEVELOPMENT
Code:
<body bgcolor="#FFFFFF" text="#000000" <%If Request.QueryString = "close" then Response.Write "onLoad=" & Chr(34) & "setTimeout(window.close, 1000)" & Chr(34) Else Response.Write "onLoad=" & Chr(34) & "redirTimer()" & Chr(34) %>>
ASP WEB DEVELOPMENT