Anyone have any idea why that doesn't work in moz?Code:<form><input type = "button" value = "Read Replies" name = "Submit" class = "tt" onclick = "self.location.href('url')"></form>
| SitePoint Sponsor |
Anyone have any idea why that doesn't work in moz?Code:<form><input type = "button" value = "Read Replies" name = "Submit" class = "tt" onclick = "self.location.href('url')"></form>
Chris Beasley - I publish content and ecommerce sites.
Featured Article: Free Comprehensive SEO Guide
My Guide to Building a Successful Website
My Blog|My Webmaster Forums
What are you trying to do? If you're trying to redirect, your code should look more like this:
Code:onclick="self.location.href = url;"
Bookmarks