contrained window on click of link

wxdqz

New Member
Bit of a new coder here, and I'm trying to get this one thing to work. What I'm trying to do is have a window open when a link is selected, and for that window to be contrained without scroll or tool bars. Right now the best I can do is this:

<!--
window.open ('index.html', 'newwindow', config='height=403,width=403, toolbar=no,menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
-->

Unfortunately, this runs when the page loads rather than when a link is selected. How could I modify this, or what should I use?
 
Back
Top