Posted by spiffy on 08/04/06 19:20
you can also call a redirect using:
location.href='index.htm'
so
<input name="subButton" type="button" value="Cancel"
> onclick="location.href='URL_HOME'" /> should work too
but remember, URL_HOME has to be defined
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]
|