I have this at the top of a page:
<%po = Request.QueryString("po"
line = cstr(cint(Request.QueryString("line"
))
user = lcase(Request.Cookies("UserID"
)
strQuery = "close_po_resized.asp?" & "po=" & po
& "&line=" & line & "&user=" & user
%>
And this in the BODY tag:
<BODY language=vbscript onload="window.open '<%=strQuery%>', '_self', 'height=200,width=200,status=yes,toolbar=no,menubar=no,location=no'">
when the page loads, it goes to the new page but none of the browser settings change. Any ideas???
Thanks,
mwa
<%po = Request.QueryString("po"
line = cstr(cint(Request.QueryString("line"
user = lcase(Request.Cookies("UserID"
strQuery = "close_po_resized.asp?" & "po=" & po
& "&line=" & line & "&user=" & user
%>
And this in the BODY tag:
<BODY language=vbscript onload="window.open '<%=strQuery%>', '_self', 'height=200,width=200,status=yes,toolbar=no,menubar=no,location=no'">
when the page loads, it goes to the new page but none of the browser settings change. Any ideas???
Thanks,
mwa