Q307 Is there a way to have a Pop Up window ask for a name and password and then send this information to a cgi script ? In the main document : And in the popup.html document
Name: Password:
=========================================================================== Q280 How can I capture a login name and password in a popup window and then pass it onto the next page? in the initial.html: go to next page in the popup.html:
Name: Password:
in the nextpage.html: ===================================================== Q240 Is it possible to dynamically alter the size of a window after it has been created? The following works in Netscape Navigator 4 only: The following works in both Netscape Navigator 4 and Internet Explorer 4: They don't however work the same. Netscape Navigator 4 resizes the window so that the document pane is 655x450, whereas Internet Explorer resizes the window to 655x450.