Javascript for opening a window.
window.open("","Help","Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=550,screenX=200,screenY=200");
In your code, you were missing a comma between screenX and screenY, was that the problem?
And just to make sure your script tag is like this <script language=javascript1.2>.
previous page
|