Two suggestions.
- Move your
onclick="GoToURL(this)"
event handler to the form'sonsubmit
handler. - Change your button type to
type="submit"
.
Andy E
2010-02-24 09:57:43
Two suggestions.
onclick="GoToURL(this)"
event handler to the form's onsubmit
handler.type="submit"
.