ok this question is quite logn so pls bear with me here.
if i have a web site with a logon script call logon.php and say this script is at www.me.com/logon.php.
for the script to be used it has to be done thro a form an example below
<form action='http://www.me.com/logon.php' method='post'>
<table>
<tr>
<td> username : </td>
<td> <input type='text' name='username'> </td>
</tr>
<tr>
<td> password : </td>
<td> <input type='text' name='password'> </td>
</tr>
</table>
<input type='submit' value='login'>
</form>
is there a way i can go back to the site that used the logon script and send back a string of 3 chars eg 110 also say this site only has access to html and javascript could i get this site to disply the code i sent it back the code in example = 110??? if any one has some example code or info on how to do this it would be very help full thank you.
regards leon pegg
ps i hope it was not to hard to folow and it can be understood