Hi everyone,
Ran into a little problem with a form.
I can click on the form elements and enter info in FF, but when I click on the form elements in IE I don't get a cursor to enter the info......
This has me scratching my head, any info greatly appreciated.
Jim
Ran into a little problem with a form.
I can click on the form elements and enter info in FF, but when I click on the form elements in IE I don't get a cursor to enter the info......
This has me scratching my head, any info greatly appreciated.
Jim
Code:
<div class="indent">
<img src="images/form.gif" class="title" alt="" /><br />
<form id="form" action = "cgi-bin/cgiemail/template.txt" enctype = "multipart/form-data">
<div class="ln">Name<br /><input type="text" name="name" /></div>
<div class="ln"><br />E-mail<br /><input type="text" name="email" /></div>
<div class="ln"><p> </p><p> </p>Message<br /><input type="text" name="message" size="40" maxlength="500" /></div>
<div class="tar"><p> </p><p> </p><p> </p><a href="#" onclick="getElementById('form').reset()"><img src="images/clear.jpg" alt="" /></a><img src="images/spacer.gif" width="5" height="1" alt="" /><a href="#" onclick="getElementById('form').submit()"><img src="images/send.jpg" alt="" /></a></div>
</form>
</div>