Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Interest »

Re: Browser preference to be changed

mail.laconiadatasystems.com

2004-09-28

Replies:

Depends on the browser
http://www.devguru.com/Technologies/ecmascript/quickref/win_open.html
In other words JavaScript
IE with window.open("", "testWindow", 'fullscreen') should work for to show in fullscreen-
Martin
----- Original Message -----
From: Govind Kotwani
To: J2EE-INTEREST@JAVA.SUN.COM
Sent: Tuesday, September 28, 2004 7:23 AM
Subject: Re: Browser preference to be changed


Hi,

Is there any way through which we open the browser in full screen mode.I don't want to open the child window or any pop up in full screen,What I need is  when  the application is launched,browser should be opened in full screen mode.

Regards,
Govind






Shivprasad_Bade <Shivprasad_Bade@SATYAM.COM>
Sent by: "A mailing list for Java(tm) 2 Platform, Enterprise Edition" <J2EE-INTEREST@JAVA.SUN.COM>

07/20/2004 03:23 PM

Please respond to
"A mailing list for Java(tm) 2 Platform, Enterprise Edition" <J2EE-INTEREST@JAVA.SUN.COM>

To
J2EE-INTEREST@JAVA.SUN.COM
cc
Subject
Re: Browser preference to be changed





You can try this one...

---

<BODY onLoad="winload()">
<OBJECT ID="WB" WIDTH=0 HEIGHT=0
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
 </OBJECT>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- function winload() { if(navigator.appName=="Microsoft Internet Explorer") { var BrowserVerStr =navigator.appVersion; parts = BrowserVerStr.split(";"); var preBrowVer = parts[1] var BVNum=parseFloat((preBrowVer.substring(5,preBrowVer.length))) if (BVNum >= 5.5) { WB.ExecWB(45,2) } else { window.close() } } } //-->
</SCRIPT>
</BODY>

----


But its works only with IE 5.5



-

Regards,

Have a nice day..!!!

Shivprasad Bade


-----Original Message-----
From: Srinivasa Sai Chakravarthy V (CTC) [mailto:Chakravarthy.V@AIG.COM]
Sent: Tuesday, July 20, 2004 2:46 PM
To: J2EE-INTEREST@JAVA.SUN.COM
Subject: Re: Browser preference to be changed


You can supress the message if the window is not the main window.In the
sense,If you are closing a window which is opened by window.open() then if
you close the window by using window reference then confirmaiton won't
popup.But it is a new instance opened without reference then the mesage will
popup.We cannot stop this confirmation bcoz it will popup for Main window
only.



Thanks & Regards
V.Srinivasa sai chakravarthy
________________________
AIU Travel Insurance
TATA Consultancy Services
AIG-TCS Chennai Technology Center
#1, Jawaharlal Nehru Road
Vadapalani, Chennai - 600 026,
TamilNadu, India

Phone No : +91 44 5550 5266
________________________




> -----Original Message-----
> From: A mailing list for Java(tm) 2 Platform, Enterprise Edition
> [SMTP:J2EE-INTEREST@JAVA.SUN.COM] On Behalf Of
> Sonali_Kansara/BLR/TCS%TCS@TCS.COM
> Sent: Tuesday, July 20, 2004 1:02 PM
> To:   J2EE-INTEREST@JAVA.SUN.COM
> Subject:      Browser preference to be changed
>
>
> Hello,
> My current application (consisting of framesets ) prompts a
> confirmation (The browser is trying to close the window ....Do you
> want to close it ? ) when I try to close the window . I want to
> suppress this browser message . How do I go about doin this , can I
> set properties of the Navigator object ? .........How ?
>
> Please assist me
>
> Thanks in advance
>
> Regards,
> Sonali << File: InterScan_Disclaimer.txt >>

===========================================================================
To unsubscribe, send email to listserv@java.sun.com and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@java.sun.com and include in the body of the message "help".
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

===========================================================================
To unsubscribe, send email to listserv@java.sun.com and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@java.sun.com and include in the body of the message "help".

ForwardSourceID:NT00000F46    
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

©2008 junlu.com - Jax Systems, LLC, U.S.A.