Jump to content

Recommended Posts

This link button works fine in firefox, but not IE. Any clues on how to make it work with both?

 

<p><a href='../display/discharge.php?id=<?php echo $id; ?>' style='text-decoration:none'><button type="button">Discharge Patient</button></a></p>

Can you show us the link locations for both browsers?

 

Under IE source

<p><a href='../display/discharge.php?id=1' style='text-decoration:none'><button type="button">Discharge Patient</button></a></p>

 

Under Firefox & working in firefox only

<p><a href='../display/discharge.php?id=1' style='text-decoration:none'><button type="button">Discharge Patient</button></a></p>

If I change it to this it works in both firefox and IE, but I really like the look of the button.

 

<p><a href='../display/discharge.php?id=<?php echo $id; ?>' style='text-decoration:none'>Discharge Patient</a></p>

If I change it to this it works in both firefox and IE, but I really like the look of the button.

 


' style='text-decoration:none'>Discharge Patient

 

Seems like a common problem.  People have circumvented this by using some Javascript, check out this post:

http://themeshaper.com/forums/topic/button-doesnt-work-in-ie

Thanks for the link. It has good info on how to fix this issue. Thanks again!  :D

 

If I change it to this it works in both firefox and IE, but I really like the look of the button.

 

<p><a href='../display/discharge.php?id=<?php echo $id; ?>' style='text-decoration:none'>Discharge Patient</a></p>

 

Seems like a common problem.  People have circumvented this by using some Javascript, check out this post:

http://themeshaper.com/forums/topic/button-doesnt-work-in-ie

80 million users have downloaded this firefox addon: https://addons.mozilla.org/en-US/firefox/addon/noscript/

 

It's one of the more popular add ons, particularly by people in the know. It depends on the site, but I personally try to never disregard users with javascript turned off.

80 million users have downloaded this firefox addon: https://addons.mozilla.org/en-US/firefox/addon/noscript/

 

It's one of the more popular add ons, particularly by people in the know. It depends on the site, but I personally try to never disregard users with javascript turned off. Particularly for SEO since search engines don't use javascript.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.