Jump to content

New window


umekille78

Recommended Posts

Hi all!I know that almost everyone hates popup-windows. But I think there are times when they are needed. Like in my case :) Im trying to do a web-chat. And my idea is that when you log on the browser opens a new window with tha chat in it.Ok now that dosnt seems to hard. My real question is how to make the new window be empty of all the "browser stuff". I whant a clean window without all the pulldown lists and most importantly without the back and forward butons.Can anyone help me to open a clean window?/Per

Link to comment
Share on other sites

Javascript allows you to open new windows without any browser features,you could use a window.open and call it from a onload() function put in the body

<body onload=window.open("http://www.google.com",null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...