ALAS! A user named "birdbrain" on WebmasterWorld.com delivered the FAST, SIMPLE & EASY solution to the original question:
Quote:
you are submitting the form before you have set the input value. 
It should be...
Code:
onclick="document.forms['WorldMapForm'].Country.value= 'Canada';document.WorldMapForm.submit()"
|
Thank you to all who have helped find the answer to this question, that after a week of research, it seems dozens if not thousands of people are looking for.
|