Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Help with javascript popup status bar
Old 05-08-2007, 10:18 AM Help with javascript popup status bar
Novice Talker

Posts: 12
Trades: 0
Hey,

I have a pop up window but I want to turn off the status bar at the bottom but I can't figure it out. Here is the code:

Code:
<script language="javascript">
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+''
win = window.open(mypage,myname,settings)
}

</script>
and here is the link trigger:

Code:
<a style="border:none" href="http://www.mylink.com" onclick="NewWindow(this.href,'name','546','380','yes');return false"><img src="ltbutton.gif" border="0" /></a>
How do I turn the status bar off please

Hope you can help
Thanks
Gibson is offline
Reply With Quote
View Public Profile Visit Gibson's homepage!
 
 
Register now for full access!
Old 05-08-2007, 11:52 AM Re: Help with javascript popup status bar
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Add status=0 to your settings. That should do it.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to Help with javascript popup status bar
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10048 seconds with 12 queries