Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
Gustav Wiberg wrote: > Try using input type="submit" instead :-) I tried the above but it still does not work. -- Regards, Alf Stocktonwww.stockton.co.za Q: What do you get when you cross the Godfather with an attorney? A: An offer you can't understand. My email discla

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Mikael Grön
As Gustav Wiberg said, try using double quotes (") instead of single (')... Also, I've never used the html element ... Try this instead: action="AdjustmentReport.php"> and echo "onClick=\"window.location='".$HTTP_REFERER."'\" value=\"Back\" />"; else: echo "value=\"Back\">"; endif; ?>

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Stut
Alf Stockton wrote: echo "Back"; echo ''; echo "TYPE='submit'>Back"; echo ''; I suggest a book on HTML for beginners. -Stut -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
Stut wrote: Alf Stockton wrote: echo "TYPE='submit'>Back"; echo ''; echo "TYPE='submit'>Back"; echo ''; I suggest a book on HTML for beginners. Thank you. Solved. -- Regards, Alf Stocktonwww.stockton.co.za You will gain money by a fattening action. My email disclaim

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Gustav Wiberg
-Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 12:56 PM To: php windows Subject: [PHP-WIN] Firefox versus IE I have a web page that works perfectly with Firefox but fails with IE. Please tell me what needs fixing. I have extracted the bits

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Styve Couture
As in the html4 spec, you should have an attribute name for your button. See http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#control-name -Message d'origine- De : Alf Stockton [mailto:[EMAIL PROTECTED] Envoyé : 17 avril 2007 06:56 À : php windows Objet : [PHP-WIN] Fire

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Gustav Wiberg
-Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 12:56 PM To: php windows Subject: [PHP-WIN] Firefox versus IE I have a web page that works perfectly with Firefox but fails with IE. Please tell me what needs fixing. I have extracted the bits