Posted by spiffy on 08/04/06 19:17
I could be wrong, but I don't think you are supposed to include the
"javascript:" part
I think it should be:
<input name="subButton" type="button" value="Cancel"
onClick="Response.redirect URL_HOME" />
OR
<input name="subButton" type="button" value="Cancel"
onClick="Response.redirect URL_HOME" />
maybe?
thomanjl wrote:
> This is my input field code:
>
> <input name="subButton" type="button" value="Cancel"
> onclick="javascript: Response.Redirect URL_HOME />
>
> My problem is the button doesn't redirect to the destined url...any
> ideas??
>
> thanks
>
> jeremiah thoman
Navigation:
[Reply to this message]
|