Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input tag not working in Netscape

Status
Not open for further replies.

AtomicChip

Programmer
May 15, 2001
622
CA
Here's the code:

<input type=&quot;text&quot; name=&quot;id&quot; value=&quot;&quot;></input>

This shows up in IE just fine, but as soon as I try loading the page in Netscape, it doesn't show a thing. It just acts like it's not even there. When I use a &quot;Select&quot; tag, it actually shows the option values as text, but nothing else.
How do I get this working for Netscape???
 
<form>
<input type=&quot;text&quot; name=&quot;id&quot; value=&quot;&quot;></input>
</form>
 
I also would not use &quot;id&quot; for the name. There can be problems using reserved words for form names, field names, function names, etc. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top