Why I test web pages with multiple browsers...
Posted: Fri Feb 18, 2005 10:30 am
Code Fragment from a web page in page in pseudo code...
---
.
.
.
(Java Script Start)
.
.
.
---
What was missing was the "Java Script End" Tag.
Web Browser Results using the latest version of each:
- Firefox (Mozilla) worked fine.
- Microsoft Internet Explorer displayed a "blank page".
- Mozilla worked fine.
- Netscape worked fine.
- Opera worked fine.
This is the first time that I had ever seen this problem. This was easily fixed by adding the "Javascript End" tag where it needed to be.
Please don't let this thread or degrade into a flame or rant about which browser is the best and all that crap.
The web page testing is something that this veteran computer professional does to insure that at least on pages that he designs that the end-users won't have major browsing issues.
I too browse web pages and appreciate all the hard work that people do to make them work.
If everyone would have the common courtesy to make their web pages do the same, the internet would be a little more "user friendly".
Hope this helps someone.
---
.
.
.
(Java Script Start)
.
.
.
---
What was missing was the "Java Script End" Tag.
Web Browser Results using the latest version of each:
- Firefox (Mozilla) worked fine.
- Microsoft Internet Explorer displayed a "blank page".
- Mozilla worked fine.
- Netscape worked fine.
- Opera worked fine.
This is the first time that I had ever seen this problem. This was easily fixed by adding the "Javascript End" tag where it needed to be.
Please don't let this thread or degrade into a flame or rant about which browser is the best and all that crap.
The web page testing is something that this veteran computer professional does to insure that at least on pages that he designs that the end-users won't have major browsing issues.
I too browse web pages and appreciate all the hard work that people do to make them work.
If everyone would have the common courtesy to make their web pages do the same, the internet would be a little more "user friendly".
Hope this helps someone.