i have a button on a page, when click on it I want it to take the user to another page, how do i do it
Printable View
i have a button on a page, when click on it I want it to take the user to another page, how do i do it
<input type="button" onClick="window.location.href='http://www.whatever.com'">
should work...
Thats a JavaScript/Form button. I'm talking about buttons created using the DHTML Application Project in VB6. Please help me anyone if you can.