grant_co
1st May 2008, 21:03
Hey folks,
Trying to get ChilliSpot set up (from the wireless hotspot howto). I want to hide the username field in the login page - hotspotlogin.cgi.
So I changed this:
<td><input STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\" size=\"20\" maxlength=\"128\"></td>
To this:
<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
Trying to get ChilliSpot set up (from the wireless hotspot howto). I want to hide the username field in the login page - hotspotlogin.cgi.
So I changed this:
<td><input STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\" size=\"20\" maxlength=\"128\"></td>
To this:
<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