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:-
neither the submit nor the back buttons work in IE but both work fine in
Firefox.
Javascript is enabled in both browsers.
--
Regards,
Alf Stockton www.stockton.co.za
Clothes make the man. Naked people have little or no influence on society.
-- Mark Twain
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Firefox versus IE
am 17.04.2007 13:09:00 von Gustav Wiberg
=20
-----Original Message-----
From: Alf Stockton [mailto:alf@stockton.co.za]=20
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 I think are relavent as follows:-
neither the submit nor the back buttons work in IE but both work fine in=20
Firefox.
Javascript is enabled in both browsers.
--=20
Regards,
Alf Stockton www.stockton.co.za
Clothes make the man. Naked people have little or no influence on society.
-- Mark Twain
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try using " instead of '
Best regards
/Gustav Wiberg
HMN Konsult
Sweden
http://www.hmn.se/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Firefox versus IE
am 17.04.2007 13:15:00 von Gustav Wiberg
=20
-----Original Message-----
From: Alf Stockton [mailto:alf@stockton.co.za]=20
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 I think are relavent as follows:-
neither the submit nor the back buttons work in IE but both work fine in=20
Firefox.
Javascript is enabled in both browsers.
--=20
Regards,
Alf Stockton www.stockton.co.za
Clothes make the man. Naked people have little or no influence on society.
-- Mark Twain
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
One more thing
BUTTON TYPE=3D'submit'
....
Try using input type=3D"submit" instead :-)
Best regards
/Gustav Wiberg
HMN Konsult
Sweden
http://www.hmn.se/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Firefox versus IE
am 17.04.2007 13:17:02 von 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/form s.html#contro=
l-name
-----Message d'origine-----
De=A0: Alf Stockton [mailto:alf@stockton.co.za]=20
Envoyé : 17 avril 2007 06:56
À : php windows
Objet=A0: [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 I think are relavent as follows:-
neither the submit nor the back buttons work in IE but both work fine in =
Firefox.
Javascript is enabled in both browsers.
--=20
Regards,
Alf Stockton www.stockton.co.za
Clothes make the man. Naked people have little or no influence on =
society.
-- Mark Twain
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Firefox versus IE
am 17.04.2007 13:24:30 von php
As Gustav Wiberg said, try using double quotes (") instead of single (')...
Also, I've never used the html element ";
> } else {
> echo "
> TYPE='submit'>Back";
> }
>
> neither the submit nor the back buttons work in IE but both work fine
> in Firefox.
> Javascript is enabled in both browsers.
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Firefox versus IE
am 17.04.2007 13:32:57 von Alf C Stockton
Gustav Wiberg wrote:
>
> Try using input type="submit" instead :-)
I tried the above but it still does not work.
--
Regards,
Alf Stockton www.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 disclaimer is available at www.stockton.co.za/disclaimer.html
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php