florida
10-29-2002, 06:59 PM
I would like to create a pop up window with Netscape 4.77 browser where it pops up with a new window and shows the browser buttons such as Back button, Forward button etc... Is this possible? If not then how can I get a pop up window to work? So far here is what I have attempted:
<a href="http://what url goes here?" onclick="window.open('http://pop up url?','','height=650,width=700'); return false;">open popup</a>
<a href="http://what url goes here?" onclick="window.open('http://pop up url?','','height=650,width=700'); return false;">open popup</a>