Hi Jerry, > <FORM action= /NASApp/tsp/authenticate.do?_name=nfclogin&SessionKey$=1ABC123 > method="POST" name ="form" onSubmit="return checkInput()" > AUTOCOMPLETE="off"> > > Do you see anything significant in the checkInput() script at the bottom of > this e-mail? I did not? > > Note: No "target=" attribute in the <form> tag.
Sorry, my mistake. It's action=, not target=. I'm always mixing these two up. The action URL you see in the tag above sends another two parameters which are not input fields in the form: _name and SessionKey. I recommend adding these two to the parameters you send instead of leaving them in the URL. Though it really shouldn't matter. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
