|
Form Submit in NetScape
I know next to nothing about HTML and Javascript and such. I'm hoping this is the correct category! My question is this: I have a survey in one of my web pages. It consists of several radio buttons, drop-down lists, a text field, and a text area, followed by a "submit" button. Everything works fine in IE, but in NS the "submit" button is gone and the actual word "submit" in its place. Why? Are my tags incorrect? I used
<button type="submit">Submit</button></form>
after all my other form elements.
|