java script
java script
Out of context: Reply #13
- Started
- Last post
- 14 Responses
- mitsu0
found it. never give a tag name, the name 'submit'. confuses the hell out of it.
so change
input type='submit' name='submit' value='Submit'
to
input type='submit' name='submit1' value='Submit'
or just take it out.