This script works on NS6, important is the id Attribut in the Form Tag, otherwise the function getElementById couldn't get the Form Object.
<script>
function SetOkCode(FormName)
{
FObject = document.getElementById(FormName);
FObject.submit();
}
<FORM name="PersonalData"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.