function closebe(FORMULA IRE) {
window.document .FORMULAIRE.sub mit();
// I tried by this way too: window.document .'+FORMULAIRE+' .submit();
return false;
}
I try to write the form name in the line submit which is passed by parameter
by the function closebe wihout success.
I don't know how to do and and I find nothing in the doc.
If you know how to do, please help me...
Thanks for your help
Chris
window.document .FORMULAIRE.sub mit();
// I tried by this way too: window.document .'+FORMULAIRE+' .submit();
return false;
}
I try to write the form name in the line submit which is passed by parameter
by the function closebe wihout success.
I don't know how to do and and I find nothing in the doc.
If you know how to do, please help me...
Thanks for your help
Chris
Comment