Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
forward to another page using buttons
Venkatesh Manohar
Greenhorn
Posts: 12
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have created a page which has a table and every row of table has a button.Now what i want is to forward to page on click of button.but every button must forward to different page.i am also using javascripts for this.
how to do this?
Eric Pascarello
author
Posts: 15385
6
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you really want to use JavaScript:
<input type="button" onclick="window.location.href='foo.html'" />
Eric
Venkatesh Manohar
Greenhorn
Posts: 12
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
ThankYou
You can thank my dental hygienist for my untimely aliveness. So tiny:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Display 2 headers in a page while printing
Dynamic generation and removal of form elements in struts1
JSP Forward
including a struts action in my jsp page
Meta Refresh
More...