AtomicChip
Programmer
Here's the code:
<input type="text" name="id" value=""></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 "Select" tag, it actually shows the option values as text, but nothing else.
How do I get this working for Netscape???
<input type="text" name="id" value=""></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 "Select" tag, it actually shows the option values as text, but nothing else.
How do I get this working for Netscape???