adamsoderqvist
Programmer
Hi y'all, I know this is an easy one, but I just don't get it:
I wanna press a button (yes, a simple html-button) and get passed to another html/asp page. I've tried this:
<input type=button OnClick=href='mypage.html'>
and:
OnClick=<%=Response.Redirect 'Mypage.asp'%>
but it doesn't work!
Could anyone be of guidence..?
/
I wanna press a button (yes, a simple html-button) and get passed to another html/asp page. I've tried this:
<input type=button OnClick=href='mypage.html'>
and:
OnClick=<%=Response.Redirect 'Mypage.asp'%>
but it doesn't work!
Could anyone be of guidence..?
/