java script
java script
Out of context: Reply #4
- Started
- Last post
- 14 Responses
- Recycle0
You're just missing the parenthesis in the submit() function. Try this:
function SubmitForm() {
document.formname.submit();
}
You're just missing the parenthesis in the submit() function. Try this:
function SubmitForm() {
document.formname.submit();
}