1
116
I have a results section using a dropdown populated with years (2010, 2009,
etc) with a submit button. How can I have the results load based on the
default dropdown value when the page opens with out then need to click
submit? I tried <script type="text/javascript">
function clicksubmit()
{
document.forms[0].submit();
}
</script>
and added the function to 'Onload', but the screen seems to continuously
cycle.
David
etc) with a submit button. How can I have the results load based on the
default dropdown value when the page opens with out then need to click
submit? I tried <script type="text/javascript">
function clicksubmit()
{
document.forms[0].submit();
}
</script>
and added the function to 'Onload', but the screen seems to continuously
cycle.
David