<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">My html forms
experience is somewhat limited, but I have a need to see if I can mimic
the calls that are demonstrated at this web-site address with
Revolution:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.librarytools.com/sfp_1_vaspLogin.htm">http://www.librarytools.com/sfp_1_vaspLogin.htm</a><br>
<br>
If you just hit the "login" button, you'll see what I need to do - - -
- I basically need to pass username and password data to the server,
and then the server spits back a token ID, which I then need to react
to in Revolution.<br>
<br>
If I were just passing xml via a POST call, I'd know what to do,
however, this web-page passes it's data via an HTML Form submit, via
<a class="moz-txt-link-freetext" href="https://">https://</a>.  Is there a Revolution equivilant to such a thing?  This
problem is mostly my ignorance of what actually occurs with an html
form submit.<br>
<br>
<br>
</font></font>
</body>
</html>