Topic: hotspotlogin.cgi - CGI this time
Hey folks,
So I went back to the CGI script, still having problems.
I want to hide the username field, and just require a password. So I changed line number 403 from:
<td><input STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\" size=\"20\" maxlength=\"128\"></td>
to
<td><input TYPE=\"hidden\" STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\"VALUE=\"myusername\" size=\"20\" maxlength=\"128\"></td>
This works in Firefox, but not IE. In IE you get "Login must be performed through ChilliSpot daemon"
Any idea how to fix this?
Thanks in advance!
Grant