PDA

View Full Version : ChilliSpot (Wireless hotspot howto).


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

falko
2nd May 2008, 16:15
Please clear the browser cache and try again.

grant_co
2nd May 2008, 19:56
that didn't work for us. We are re-writing the whole cgi...