View Full Version : When I make a link taget a new page can I determine the size of the new window?


metaphor
01-21-2003, 08:37 PM
What I want to do is when some one lcicks the link that is targeted to a new window can I put some code in so that the new window stays small preferably without a tool bar or scroll bars thanx for any help :)

jackie
01-21-2003, 08:58 PM
<a target="mystery" onClick="window.open('','mystery','scrollbars=no,width=500, height=300')" href="page.html">Text to click on</a>.
Thats what i use, no other codes that i know of, oh yeah, just change the stuff in bold

metaphor
01-21-2003, 09:01 PM
thanx I think thats what I'm looking for :)

jackie
01-21-2003, 09:03 PM
yeah, it fits the description of what you say you want the window to like