The following code demonstrates how to implement HTTP post method (sending username and password to WebConnect Application Portal). In order to use it please set "action" to your server`s IP address, and set the desired values for username and password:
<html>
<body>
<form method=post name=launchForm action=http://demos.ericom.com/webconnect/appportal/LoggedIn.asp>
<input type=hidden name=username value=rmv>
<input type=hidden name=password value=rmv>
</form>
<script language=javascript>document.launchForm.submit()</script>
</body>
</html> |