Hi gang,
I have a simple popup window code like this:
<script language="javascript" type="text/javascript">
<!-- Begin
function openWindow(mypage,myname,w,h,scroll) {
var winl=(screen.width-w)/2;
var wint=(screen.height-h)/2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+''
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) {
   win.window.focus(); }
 }
//  End -->
</script>

It works great in all browsers, however, IE (the usual culprit), adds a status bar at the bottom of the popup window!!!!!!! Does anyone know how to omit that status bar? What is it called so I can add it to the winprops above?

tia

Jan


____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to