Hi,
i have one page in which i have form name finalSubmit : here is the code,
<form action="Conclude.asp" method="post" name="finalSubmit">
<input name="hiddenAnswers" type="hidden" value="" />
<input name="hiddenMarksheet" type="hidden" value="" />
<input name="btnSubmit" type="submit" value="submit form" />
</form>
and one include file : script.
js
i want to make a submit call from this script.
js file, like...
document.finalSubmit.submit();
but it says finalSubmit is not defined.
please help me, as i am new to javascript
best regards