[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev <input type=hidden name="Username" value="charliem" size=16
From: |
Charlie Mengler |
Subject: |
lynx-dev <input type=hidden name="Username" value="charliem" size=16 maxlength=16> |
Date: |
Thu, 20 Apr 2000 10:23:27 -0700 |
Dear Lynx Wizards,
I'm the 1st to admit that I really don't know what I'm doing WRT to lynx or
creating webpages.
If it matters I'm running Lynx on a Solaris V2.6 system & using
Netscape-Enterprise/3.6 SP2
for the webserver.
I've created a "dynamic" HTML page that contains the following text -
<input type=hidden name=Username value=charliem size=16 maxlength=16>
When viewed using the typical GUI browsers it works as desired.
The variable gets passed from one form to another & the user never sees
the variable & can NOT change it.
When this page is viewed with Lynx not only does the field get displayed,
the user can change the value of it. I need to prevent the user from
changing the Username.
I'm surprised that Lynx does not seem to "properly" handle fields that
are tagged as "hidden". Of course it is entirely likely that this is
just a local configuration issue. However I could not find any mention
of this in the Lynx documentation that I have or found online.
Any feedback, suggestions or other input would be greatly welcomed.
FWIW - The complete HTML page is below.
<HTML>
<BODY>
<form action="/cgi-bin/auth_upd.cgi" method="post" >
<p>
<br>
For Bruce Charles Mengler
<br>
<input type=hidden name="Username" value="charliem" size=16 maxlength=16>
<input type=hidden name="Enumber" value="713" size=20 maxlength=20>
<br>
Street <input type="text" name="Street" value="682 Via De La Valle" size=50
maxlength=50>
<br>
City <input type="text" name="City" value="Solana Beach" size=50 maxlength=50>
<br>
State <input type="text" name="State" value="CA" size=2 maxlength=2>
<br>
Postal Code <input type="text" name="ZIP" value="92075" size=5 maxlength=5>
<br>
Phone <input type="text" name="Phone" value="858-259-8518" size=12 maxlength=12>
<br>
Emergency Contact Name <input type="text" name="ECName", value="SQ", size=20
maxlength=20>
<br>
Emergency Contact Street<input type="text" name="ECStreet", value="ditto",
size=50 maxlength=50>
<br>
Emergency Contact City<input type="text" name="ECCity", value="", size=50
maxlength=50>
<br>
Emergency Contact State<input type="text" name="ECState", value="", size=2
maxlength=2>
<br>
Emergency Contact ZIP<input type="text" name="ECZIP", value="", size=5
maxlength=5>
<br>
Emergency Contact Relationship<input type="text" name="ECRelationship",
value="wife", size=5 maxlength=5>
<br>
Emergency Contact Phone<input type="text" name="ECPhone", value="ditto",
size=12 maxlength=12>
<br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</p>
</form>
</BODY>
</HTML>
- lynx-dev <input type=hidden name="Username" value="charliem" size=16 maxlength=16>,
Charlie Mengler <=