
Originally Posted by
Vasili
I have 4 different versions of scripts to use that you can choose from (you can change the "settings" shown in red and blue accordingly). These "on-click scripts" are what you enter in place of a regular URL in the Hyperlink Dialog Box, and need to be customizaed with the precise title of the page to present:
WITH SCROLLBAR
#" onClick="window.open('http://www.yoursite.com/yourpage.html', '','scrollbars=1,width=300,height=200'); return false;"
WITHOUT SCROLLBAR
#" onClick="window.open('http://www.yoursite.com/yourpage.html', '','scrollbars=0,width=300,height=200'); return false;"
FIXED PAGE POSITION, w/ SCROLLBAR (set where on the monitor you want it placed)
#"onClick="window.open('http://www.yoursitename.com/pagename.html','','scrollbars=1,width=500,height=200,left=130,top=235'); return false;"
FIXED PAGE POSITION, w/o SCROLLBAR (set where on the monitor you want it placed)
#"onClick="window.open('http://www.yoursitename.com/pagename.html','','scrollbars=0,width=500,height=200,left=130,top=235'); return false;"