Minimizing a Browser 
Author Message
 Minimizing a Browser

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



Fri, 31 May 2002 03:00:00 GMT  
 Minimizing a Browser
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.


Mon, 24 Jun 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. minimize object browser to taskbar

2. minimize object browser to taskbar

3. Minimize a Browser

4. Reduce(minimize) a browser window

5. Minimizing a browser window for 10 seconds??

6. How do I minimize the browser window?

7. Minimizing a Browser Window

8. How can I minimize a browser window with js?

9. Minimized Browser focus problem

10. link that can maximize/minimize browser window

11. Minimize browser window

12. Restore (un-Minimize) an IE Browser

 

 
Powered by phpBB® Forum Software