Web Site Error

Get community help here, post test messages, suggestions etc. I will also document here changes that take place such as maintenance and upgrades.

Moderators: Harold_V, Marty_Escarcega

Post Reply
jflanigan
Posts: 1
Joined: Fri Sep 10, 2004 7:33 pm

Web Site Error

Post by jflanigan »

As a software developer, I have script debugging and script error notification turned on. As a result, I am receiving an error on every web page I have viewed.

The following may not be intelligible to you, but this is why the error is occuring:

The BODY onload expression is <pre>expand("SOLUTION")</pre>The expand function expects the parameter to be the id of an element somewhere on you page because of the following statement:
<pre>styleObj = document.getElementById(thistag).style;</pre>The value of thistag is "SOLUTION" which is not defined anywhere.

HTH

Regards,
John
Post Reply