pop up screens

C

carmen

Here's a simple script which you can amend to reflect
your html pop up; just edit the size to your wishes where
the dimensions are listed and identify your html page:

<a href="#" onClick="window.open
('YourPage.htm', 'YourPageName','width=500,height=400,scro
llbars=yes,resizable=yes,status=yes');">
Click here for a Pop Up</a>
 
Top