Error on page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

http://homepage.mac.com/patrickmoutal/macmoutal/rag.html

When I go to the above page at work, I can view it just fine in it's entirety.

When I try to view it at home, I notice that down in the lower left corner
of the browser window, it says, "Error on page." And I notice that much is
missing in the way of graphics and lots of other things.

If it matters, at work the OS is Windows NT 4.0 Workstation. At home, I'm
using Windows XP Home Edition.

Any idea how to fix this? Is there something I can adjust in my browser
preferences?

Please reply to (e-mail address removed)

Thanks so much in advance. :-)
 
Activate a script debugger?

Error at line 75?

Error at line 102?

When I tried the debugger highlighted the semicolon and everything
after in this onload= value:

<example>
<body
onload="preloadImages();MM_preloadImages('img/navbar/buttons%20dark%20blue%20gif/ragdarkblue.gif','img/buttons/vocalistsb.gif','img/buttons/instrumb.gif','img/buttons/musicob.gif','img/buttons/firozdastoorb.gif','img/buttons/instrumentb.gif','img/buttons/articlesmp3b.gif')"
</example>

What is interesting is that it showed a *space* in front of the semicolon
perhaps suggesting that it isn't a real semicolon but a unicode character
which looks like one.


BTW this is not the best newsgroup for dealing with web developer
issues. Try in a web development newsgroup, for example.
The MSDN newsgroups menu is a possible starting point.

http://msdn.microsoft.com/newsgroups/


HTH

Robert Aldwinckle
 
Back
Top