Jump to content

IE6+8 No Link - Button


Mr_J

Recommended Posts

Hi all,

 

www.turboautoclinic.co.za

 

On my product page, I have categories/products in buttons. The button is a hyperlink. When using IE6, when I click the link, nothing happens. So I installed IE8 with the same result. Any special programing necessary for IE and Linking Buttons?

I have Win7 installed and running IE9/Firefox. Everything is fine when I test it...

<a href="page.html"><input type="button" value="Button 1"></a>

Regards,

EDIT

All pages is .php as I use the date function but the site is HTML based

Link to comment
https://forums.phpfreaks.com/topic/237850-ie68-no-link-button/
Share on other sites

run it through the validator, i am pretty sure this is invalid.

http://validator.w3.org/

I did run it through the validator but it only returned the ALT tag as not there in the images... So I googled for buttons and I'm now using it as:

<button type="button"...>Button Text</button>

Only problem, I can't test it... but will ask my client to see if it works!

Thanks everyone!!

Link to comment
https://forums.phpfreaks.com/topic/237850-ie68-no-link-button/#findComment-1222750
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.