Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-26-2002, 03:26 AM   PM User | #1
Steven
New to the CF scene

 
Join Date: Jun 2002
Location: SG
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Steven is an unknown quantity at this point
Question Help

I use

window.open('picture.htm','','header=0,directories=0,addrbar=0,menubar=0,toolbar=no,status=0,scrollb ars=yes,resizable=0')

in order not to the top bar (display ... Microsoft Internet Explorer)
what ?????=0 I forget

Thanks
Steven
__________________
today better than yesterday
Steven is offline   Reply With Quote
Old 06-26-2002, 04:51 AM   PM User | #2
x_goose_x
Regular Coder

 
Join Date: Jun 2002
Location: Montreal, Canada
Posts: 644
Thanks: 0
Thanked 0 Times in 0 Posts
x_goose_x is an unknown quantity at this point
You can't just disable the title bar like that, but you can make it full screen then resize it, leaving no toolbars or borders.

pop = window.open("page.htm","","fullscreen=yes");
pop.resizeTo(400,100);
pop.moveTo(100,100);
x_goose_x is offline   Reply With Quote
Old 06-26-2002, 08:48 AM   PM User | #3
Steven
New to the CF scene

 
Join Date: Jun 2002
Location: SG
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Steven is an unknown quantity at this point
Thanks, x_goose_x, it's a good idea
__________________
today better than yesterday
Steven is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:35 PM.


Advertisement
Log in to turn off these ads.