Hi,
You have a Javascript error. The error occurs on line 17, which is: <body onload="changeTextInit(),window.status=strload"> error: changeTextInit is not defined. Basically, the function "changeTextInit()" doesn't exist. Also, I'd move all the Javascript up into the <head>. You're using the body tag to set the value of the status bar to the value of a variable which you don't set until lower down. Also, seriously consider dropping the javascript to change the status bar - many people consider that a big no-no. HTH Dave P On Wednesday 18 September 2002 2:20 pm, you wrote: > Hi listers, > I was hoping someone might be able to shed some light on where this weird > object expected error is coming from. The page is: > http://neohero.municode.com/munitest/ > > the error only seems to be in IE 6. I dont have access to other versions > of IE, so feedback on those would be nice. > > The exact error message is: > Line: 17 > Char: 1 > Error: Object expected > Code: 0 > URL: http://neohero.municode.com/munitest > > I have tried searching for information on the error itself with no luck and > except for a gripe about using the height attribute in the table tag, the > page validates... Im pulling my hair out. > > Any help is appreciated. > > Stephen Caudill > Web Designer > Municipal Code Corporation > www.municode.com > www.mccimaging.com > > ____ The WDVL Discussion List from WDVL.COM ____ > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] > Send Your Posts To: [EMAIL PROTECTED] > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% -- David Precious Web Developer PIPEX Internet Ltd e: [EMAIL PROTECTED] w: http://www.pipex.net t: 01707 299 564 m: 07786 960 670 The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
