Hi. I'm trying to write a script that opens a formatted html window as instructed here:.HTML Code:http://www.fontstuff.com/frontpage/fptut06.htm
His code works right, but when I test it, it works only when I exlude the second and third parameters of window.open().
Here's what I'm testing:
Am I overlooking something?Code:<html> <head> <style type="text/css"> .quasiLink {color:#0000FF; cursor:hand} </style> </head> <body> <span class="quasiLink" onClick=javascript:window.open("delegateConnect.html", "blank","toolbar=no,width=180,height=250,top=0,left=0")> I'm a Pastor or Church Delegate </span> </body> </html>


Reply With Quote

Bookmarks