Forum Moderators: open
<input type="button" class="button" value="View Shopping Basket" onclick="javascript:window.location.href('cart.asp');">
as part of a button, without a form. It makes for handy navigation on various pages.
The problem, is I have recently discovered this seems to throw up an error in IE5 and possibly NS6 aswell.
Not sure about IE5.5 can anybody say either way?
My main question is, do you know why it doesn't work. Is it becuase of the way I'm doing it. I've had problems with window.location compatibility before...
If not can you suggest a better way of doing it? I would prefer to keep the button if at all possible
Thanks in advance :)
Dave
The main reason I didn't use a form, was because theres another form on the page, with the submit button to the right of this one. Also having two forms one after the other causes problems being on the same line. I guess if i stuck them in a table it might work....
Hmmm will have to play a little more. Thanks for your help though!