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.
Why I test web pages with multiple browsers...
- Destiny777
- DBB Ace
- Posts: 27
- Joined: Thu Jul 08, 2004 10:26 pm
yes, proper closing of html tags is always a good thing.
So is making proper use of http://validator.w3.org
If you can give the proper name for this "Javascript End Tag", people might think you know what yer talking about.
So is making proper use of http://validator.w3.org
If you can give the proper name for this "Javascript End Tag", people might think you know what yer talking about.
- Destiny777
- DBB Ace
- Posts: 27
- Joined: Thu Jul 08, 2004 10:26 pm
Miscounted the number start and end script markers. I would have preferred having only 1 set of them. (Long Story.)
It didn't work in MSIE but all other browsers worked fine with the web page.
New to doing some things on web pages.
---
We did this neat process of parsing a subdirectory structure on an FTP Site using VB Script in ASP and dynamically making links to those directories. (Meaning that the directory structure is dynamic and will be rebuilt each time that page is loaded.)
When the end-user selects any of those links, the URL has a passed parameter to another ASP file that gets that parameter and shows all the pictures on that selected directory in descending name order on a web page.
It didn't work in MSIE but all other browsers worked fine with the web page.
New to doing some things on web pages.
---
We did this neat process of parsing a subdirectory structure on an FTP Site using VB Script in ASP and dynamically making links to those directories. (Meaning that the directory structure is dynamic and will be rebuilt each time that page is loaded.)
When the end-user selects any of those links, the URL has a passed parameter to another ASP file that gets that parameter and shows all the pictures on that selected directory in descending name order on a web page.
- Destiny777
- DBB Ace
- Posts: 27
- Joined: Thu Jul 08, 2004 10:26 pm