I've got a web form that is supposed to automatically go to a specific part of the form everytime a user clicks a certain radio button. The problem is that I don't want it to refresh (losing all of the info previously entered into the form). The link is relative and stays on the same page and this doesn't happen w/ the same code on a regular PC, just pocket PC. It seems to have to do with the window.location.href java. Does anyone know of a different method for this?
<input type="radio" value="0" name="M0200_REG_CHG_14_DAYS" onclick="window.location.href='#M0220'">
Thanks,
Matt