whodatis
01-10-2009, 11:26 PM
I need to figure this out:
<form action=add_20.adp method=post>
<hr noshade>
<br/>
Username<br/>
<input type=text name=un><br/>
Password<br/>
<input type=password name=password><br/><br/>
<input type="submit" name=submit value="Save"><a href="main.adp">Cancel</a><br/>
</form>
<script language="JavaScript"> document.forms[0].username.focus(); </script>
What i need to do is figure out how its posting the information. Like an actual URL behind the scenes, please any help would be great.
<form action=add_20.adp method=post>
<hr noshade>
<br/>
Username<br/>
<input type=text name=un><br/>
Password<br/>
<input type=password name=password><br/><br/>
<input type="submit" name=submit value="Save"><a href="main.adp">Cancel</a><br/>
</form>
<script language="JavaScript"> document.forms[0].username.focus(); </script>
What i need to do is figure out how its posting the information. Like an actual URL behind the scenes, please any help would be great.