HI i would like ot know how to remove cenrtain bars from the browser on load can you please help me? thanx
Printable View
HI i would like ot know how to remove cenrtain bars from the browser on load can you please help me? thanx
do you mean the address bar and things like that? you can do that but it has to be done from a link.
ok thats not a problem just giveme the code
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")