|
-
Feb 2nd, 2001, 09:02 PM
#1
Thread Starter
Addicted Member
HI i would like ot know how to remove cenrtain bars from the browser on load can you please help me? thanx
-
Feb 3rd, 2001, 12:12 PM
#2
PowerPoster
do you mean the address bar and things like that? you can do that but it has to be done from a link.
-
Feb 3rd, 2001, 06:04 PM
#3
Thread Starter
Addicted Member
ok
ok thats not a problem just giveme the code
-
Feb 4th, 2001, 04:59 PM
#4
PowerPoster
well i mean you don't have to do it from a link, but you can't just say type in www.yoursite.com and it would automatically be there with no address bar etc.
this will produce a plain window with nothing but a title bar.
Code:
window.open("http://www.yahoo.com","newwindow","
scrollbars,toolbar=no,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=310,height=200")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|