I have been developing a website, and i would like a little advice if anyone can offer some:
The site was developed in ASP.Net, and tested in IE 6. It works perfectly in Internet Explorer, but doesn't even get past the introduction page in FireFox (My current version is 1.0.1)
Further information:
I am tracking the site through Statcounter.com (Which uses Javascript on the pages), and running a sql database (I doubt the database has anything to do with it though).
Could the Statcounter Javascript be the issue?
I am concerned, as Firefox is becomming very popular, and i would like to be complient.
Thanks.
Last edited by Rockhopper; Mar 10th, 2005 at 02:09 AM.
If the facts don't fit the theory, change the facts. --Albert Einstein
Ok, this is wierd, yesterday I tried to load the site in Firefox on 3 different computers, 2 in Stockholm, and 1 in South Africa, and it never got past the Intro page. This morning, it's working fine on 2 different pc's.
Will anyone willing, please take a quick look around the site and see if it gets past the introduction page with the logo (In FireFox)
This is annoying.
Thanks again.
P.S. The site is still under development, so any suggestions are welcome.
If the facts don't fit the theory, change the facts. --Albert Einstein
Hmm, i've removed the statcounter code, could you check again for me? (Sorry about the crashing porgram)
I'll post the HTML code of the Intro and Home page... it has some javascript written into the page which i think may have something to do with it as it checks for browsers.
thanks again... there is possibly a design issue to pick up on for Firefox here.
If the facts don't fit the theory, change the facts. --Albert Einstein
The menu is a "Coolmenu" which can be found at dhtmlcentral.
I actually found some obscure website which i've just tried to find again (with no success) which detailed how to make the menu read an xml document.
So I used that code, modified it a bit more to what we needed and presto.
I will scout around for the website, and post the link here. The author was actually quite clever in using client side code to read the xml into the html.
The only problem is that netscape doesn't read xml doc's the way we needed to.
Until then, i'm going to take a look at the free "Codethatmenu" which claims to read xml and be cross-browser compatable.
P.S. sorry FF users, till i get this sorted out... use IE on my site
later
If the facts don't fit the theory, change the facts. --Albert Einstein
The menu is a "Coolmenu" which can be found at dhtmlcentral.
I actually found some obscure website which i've just tried to find again (with no success) which detailed how to make the menu read an xml document.
So I used that code, modified it a bit more to what we needed and presto.
I will scout around for the website, and post the link here. The author was actually quite clever in using client side code to read the xml into the html.
The only problem is that netscape doesn't read xml doc's the way we needed to.
Until then, i'm going to take a look at the free "Codethatmenu" which claims to read xml and be cross-browser compatable.
P.S. sorry FF users, till i get this sorted out... use IE on my site
later
A suggestion: if you're working with an XML document within ASP.Net, perhaps create a usercontrol that renders the appropriate coolmenus content using XSLT?