Can anyone tell me if the Revolution "post" command does the same thing as what a web-browser does when it has a "form.submit()" action?

For instance, let's say I have a form on a web-page that contains a form with some input fields (I've eliminated the tag characters in hopes that email readers won't parse this code):


----------
form id="theForm" method="post" action="" class="moz-txt-link-rfc2396E" href="http://206.46.136.179/portal/vasp">"http://206.46.136.179/portal/vasp"
input type="hidden" name="SERVICE" value="Login"
input type="text" name="UserName" value="usernamehere" ID="Text1" taborder="1"
input type="password" name="Password" value="abc123" ID="Password1"
input type="button" id="Login" value="Login"
form
---------


So when the user hits the button id "Login", the theForm.submit() _javascript_ action occurs, and the username/password fields are passed to the server.


The question I have is, what is the Revolution call to do this type of thing?  Is it some form of the POST command?  If so, how would I format the post command to pass data like this?


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to