Javascript to Open a New Popup Window in Domino.

Author: Tripp W Black

Created: 11/11/1999 at 11:24 PM

 

Category:
Notes Developer Tips
General

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