November 21st, 2000, 10:52 AM
-
November 21st, 2000, 10:12 PM
-
um....... the example is ASP and prolly a MSsql table authenticating a user .......
ASP really sucks... well i think it does.. try MySQL and php3 or php4 ..... then use session management with php4 to follow the joker through your site.... lots of tutorials on this kinda thing..
ccbcreg
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Corisen:
hi, what programming tools/language can i used to perform an automated login to web-based authentication like the following URL?
http://www.temasekclub.org.sg/Member...tyTypeCode=100 [/quote]
November 22nd, 2000, 03:49 PM
-
You don't need php or anything to automate a login for that site.
Just try the following.
<form method=post action="BookingPageSports.asp?NofDays=" 8 method="post" name="LoginForm">
<INPUT TYPE="hidden" NAME="UserID" VALUE="yourusername" size=40 id=UserID>
<INPUT TYPE="hidden" NAME="UserPassword" VALUE="yourpassword" size=40 id=UserPassword>
<INPUT TYPE="submit" NAME="submit1" VALUE="Login" id=submit1>
</form>