Hi could someone help me. What is the javascript to submit a form on pageload in FIREFOX! (and IE as well but most are IE).
<script type="text/javascript"> // replace formId with the name of your form's id field function dsb(){var f = document.getElementById("formId"); try{f.submit();}catch(err){}} dsb(); </script>