Hi Andy:
I am trying to accomplish the same thing. My reason is that I cannot
close a window which was not opened with code without offering user
intervention. I thought I'd give a shot to minimizing it. Had any
success in this yet? My other brain storm thus far is to resize the
window to miniscule, making it less temping for Joe user to go back
there and fuss about. I am doing this with a java script ...
<SCRIPT LANGUAGE="JavaScript">
<!--
function myWin() {
//make smaller or minimize initial window?
window.resizeTo(400,460); // width,height
window.open("report_scope.asp","wUMCS",
"toolbar=no,width=400,height=460,scrollbars,resizeable,status=yes");
Quote:
}
-->
</SCRIPT>
... works, but not the same as closing silently or minimizing.
Good luck
Steve Lovejoy, Hayton Systems+Applications
Quote:
> Hello All,
> I need to minimize a browser window using VBSCRIPT in an ASP page.
Is there
> a "window" property that can be set to accomplish this? If not does
anyone
> have any other suggestions? Thanks in advance for the help.
> Andy Ahrndt
Sent via Deja.com http://www.deja.com/
Before you buy.