gcapp
02-03-2003, 06:42 PM
Can someone help me?
I have this Javascript for a new pop-up window when clicking a button:
<form>
<input type="button" value="Proceed To Map Disclaimer"
onclick="window.open('http://www.cattco.org/real-property/disclaimer.htm', 'winMenu3', 'width=725,height=700,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1')">
</form>
Is there a way to have the new pop-up window expand to 100% of any size monitor on the viewers screen??
Any suggestions would be appreciated.
Gary
I have this Javascript for a new pop-up window when clicking a button:
<form>
<input type="button" value="Proceed To Map Disclaimer"
onclick="window.open('http://www.cattco.org/real-property/disclaimer.htm', 'winMenu3', 'width=725,height=700,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1')">
</form>
Is there a way to have the new pop-up window expand to 100% of any size monitor on the viewers screen??
Any suggestions would be appreciated.
Gary