Install the Firefox extension "HTML Validator". It does a real time Tidy check
for every page.
Make your code W3C compatible and it'll work on all modern browsers.
Ronald Wiplinger wrote:
My php program is working with Firefox, but not with Internet Explorer.
I cannot see anything I did wrong, like forgotten " or > where Firefox
is more forgiving than IE.
I used the error console from Firefox combined with a lynx output to see
what line it is.
The error output in IE is:
Line: 2
Char: 104
Error: Object doesn't support this property or method
Code: 0
URL: http://xxx.xxx.xx/mypage.php
In Firefox:
Line 225
Field has no properties
http://xxx.xxx.xx/mypage.php
Not even the same line!!! Line 114 ~ 250 is a long comment!
Is there a tool to find the problem?
bye
Ronald
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php