PaulBricker
Programmer
I have 3 HTML pages with forms on them. The are very similar in style and structure. They all submit the data to ASP pages for the info to be inserted in my database tables. The ASP pages are all very similar as well. The problem is the data from one form gets inserted twice in the corresponding table. The other two pages work as expected. My input type tags are similar for all three as well except the form name is different in each onclick event.
Here is the input type code:
Someone in the HTML forum thought that having similar on click events might be an issue. Any thoughts or suggestions would be appreciated.
Here is a link to the question I posted in the HTML forum
thread215-1424823
Thanks
Paul
Here is the input type code:
Code:
<input type="image" src="button3.jpg" value="submit information" onclick = "javascript:document.workrequestform.submit()">
Someone in the HTML forum thought that having similar on click events might be an issue. Any thoughts or suggestions would be appreciated.
Here is a link to the question I posted in the HTML forum
thread215-1424823
Thanks
Paul