I have a web page, and I’m not too literate when it comes to HTML. Now when I visit my page everything works, but I get an error message at the bottom left hand corner of the IE window. I tried right-clicking on my page and chose properties, there it has a button that says analyze. I clicked it and it said there are no errors on page. I’ve had this error message ever since Yahoo and Geocities merged, and I have not been able to figure out whats wrong with the page.
Thanks for your replies. One problem though. When I right clicked on my page and chose “view source” the text didn’t have those closing tags. So I added them and uploaded my new index page. I refreshed my webpage and still got the same error message. In my file manager the closing tags were there but they don’t show up in the “view source”. I’m still getting the error message.
Guanolad said:
“May I also suggest you get rid of that godawful background, it makes reading the text next to impossible.”
I agree with you man, Got that one from my 8y.o. sister. I couldn’t say no when she asked me to use it, and I havent had much time to make a decent one.
The errors you are experiencing are caused by the little Geocities window that is supposed to pop up (go look at another Geocities site to see what I mean). By the looks of things, someone has misnamed a stylesheet element in this pop up and that’s where the error is. Contact Geocities and tell them, there’s nothing much wrong with your own page.
Actually, Netscape now doesn’t ever complete loading that page, and, in my lousy system, gets into some state where I can’t use it right anymore, and have to actually reboot Windows to get it working again, but IE continues working and allowing me to post OK.
When I view it in Opera the YGeocities box that generally shows up on those pages shows up about 10 times partially covering itself near the bottom of your page.
It’s a JavaScript error in line 47 (count all line - even empty ones from the top).
There is also a conflict in line 129 - also a JavaScript error - it seems you are calling for an object (all.yI1.style) that really isn’t an object.
That’s a style command meant to alter part of the text on the page. The way you wrote (or geocities wrote the script) is in bad form. The lines are truncated. All lines shoud en with a semi-colon - go in and reload the page sans and scripting and see if it’s Geocities or your code first. Then repair if it’s yours.
I don’t know squat about this, but when I open the page I get an IE Script Error box that says an error occurs in Line 46 and describes it as ‘document.all.yl0.style’ is not an object. Then i get another that says the error is in Line 128 and describes it as ‘document.all.yl1.style’ is not an object (I got that error window 4 times).
I believe the problem is that you put in 5 copies of the same javascript snippet, which confused it. I tried the modified page in my IE and it worked fine; no errors, brought up the window OK. Try it.