HI,
I am writing an asp program to write out an html form field, that has a username text field, password text field,
and also wrote in values for the username and password field; and also I have a submit button. My question is, how do I get asp to invoke the submit button after it has written the html form? Im trying all sorts of stuff like,
response.redirect, javascript(Javascript is clientside) I would like to do it in serverside if possible. Thanks.
I am writing an asp program to write out an html form field, that has a username text field, password text field,
and also wrote in values for the username and password field; and also I have a submit button. My question is, how do I get asp to invoke the submit button after it has written the html form? Im trying all sorts of stuff like,
response.redirect, javascript(Javascript is clientside) I would like to do it in serverside if possible. Thanks.