Hi,
I have the following code which seems to function OK
onclick="window.open('sales.asp?Reference=<%=rstContacts
(0).Value%>')"
However, I would like to set up the Scrollbars to false
and specify a height and width for the new window. I am
aware you can pass these parameters into the window.open
function but I cannot figure out the syntax for the above
line.
Can anybody shed some light on this
Many thanks
Mark