Forum Moderators: not2easy
Try using following code:
<A HREF="#" onClick="MyWindow=window.open('page','MyWindow','toolbar=no,location=no, directories=no,status=no,menubar=no,scrollbars=no, resizable=no,width=x,height=x,left=x,top=x'); return false;" target="_blank">x</A>
There are no spaces between elements MyWindow=window.open ... top=x');
page = your webpage or image to be opened
toolbar, location, directories, status, menubar = window bars etc., you can enable these by choosing yes
scrollbars = let you scroll up and down or left and right, use yes to enable
resizable = let you resize your window, yes to enable
width and height = settings for the format of the window
left, top = settings for the coördinates of the window
target = _blank let the page open a new window
x at the end of the code = link text or image
Hope this will help you,
Karl
[edited by: korkus2000 at 5:13 pm (utc) on July 2, 2003]
[edit reason] fixed sidescroll [/edit]