Click to See Complete Forum and Search --> : new window settings


b1b2b3
01-11-2004, 10:46 PM
I found a program a while ago that will allow me to change the properties of a window (change which toolbars are visible, if any) but I can't remeber what it was. So I need someone help to find out how to make the new window that pops up (for example someone clicks on a picture and the larger image open in a new window) have NO toolbars (no file, edit etc. no back, forward etc).

If you need and example of what I am talking about then please tell me.

If someone know of a place where I can get a script of if it is just some code that someone can post, I would grealy appreciate it.

Cheers

fredmv
01-11-2004, 10:55 PM
All you should need is something like this:<a href="foo.html" onclick="window.open(href, '', 'height=400,width=400');return false;">bar</a>Remember: all new window attributes are off by default.