webtekie
11-10-2003, 01:16 PM
Hi guys,
I am trying to run two JavaScripts when a form is submited, but no luck. One of them is always not running. What am I doing wrong?
out.println("<form name=\"files\" action=\"buildhs.jsp\" onsubmit=\"return checkPos(this); checkImageTextInput(this);\">");
thanks,
webtekie
I am trying to run two JavaScripts when a form is submited, but no luck. One of them is always not running. What am I doing wrong?
out.println("<form name=\"files\" action=\"buildhs.jsp\" onsubmit=\"return checkPos(this); checkImageTextInput(this);\">");
thanks,
webtekie