Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-26-2005, 03:04 AM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 5

indiag123

Default Pop Up Window

Hey, how do you create a pop up window which doesn't assume the address bar etc.? Does anyone have the code for that?

Thanks,

India
indiag123 is offline  
Old 06-26-2005, 01:51 PM   #2 (permalink)
 
Junior Techie

Join Date: Mar 2005

Posts: 55

Louis12

Default

Ah, I believe you mean a Javascript Window.

Do the following:

window.open("url"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=400, height=500");


If thats not enough information, you can find information on www.w3schools.com and remember Google is your friend
Louis12 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On