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

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Styve Couture
P-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 I think are relavent as follows:- and Submit if (isset($HTTP_REFERER)) { echo "Back"; } else { echo "Back&q

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

[PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
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 I think are relavent as follows:- action='AdjustmentReport.php'> and Submit if (isset($HTTP_REFERER)) { echo "Back"; } else { echo "TYPE='submit'>B