When working with thumbnails in a normal html file, I would include some script like this -
"window.open('Images/Photos/25482-03-opt30.jpg','_blank','height=500,width=500,scrollbars,resizable'; return false;"
- to control the new window being opened.
I need a stand alone version
How do I include similar javascript in a html file so that everytime that html file opens, it follows the rules and opens to a specified size and place and scroll bars etc.
So regardless of where it is linked from it will always opens to this predescribed format.
I hope that makes sense
Thanks
_______
"window.open('Images/Photos/25482-03-opt30.jpg','_blank','height=500,width=500,scrollbars,resizable'; return false;"
- to control the new window being opened.
I need a stand alone version
How do I include similar javascript in a html file so that everytime that html file opens, it follows the rules and opens to a specified size and place and scroll bars etc.
So regardless of where it is linked from it will always opens to this predescribed format.
I hope that makes sense
Thanks
_______