Code:
leftrightslide[0]='<a href="http://www.google.com" onclick="window.open(this.href, \'winName\', \'width=300, height=200\');return false;"><img src="dynamicbook1.gif" border="1"></a>'
Change the width and height to whatever you want. Change the href to whatever you want. This one will open Google in a 300x200 window with only a title bar. If you want other stuff add it in after the height and before the \' thing that follows the height. Here are the things you can add in:
Code:
top=100,left=200,scrollbars=yes,location=yes,directories=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes
Bookmarks