View Full Version : error on my site
kinney77
05-14-2003, 07:02 AM
Hi,
I recently designed a site (www.6272.com) and have an error message come up when it loads in my browser. Can someone please go to my site and tell me what part of my code (I did use a javascript scrolling text-box from YoungPup) is causing the error? Any help would be greatly appreciated.
dynagirl
05-14-2003, 08:22 AM
I just viewed it in 3 different browsers and got no error message. All were Mac versions: IE 5.2.2, Netscape 7.0.2, and Safari 0.8.2
In IE the scrollbar was sitting in the left side of the right most table, but it worked. In Netscape the scrollbar was where it was supposed to be, but acted pretty flaky (kind of jumpy instead of smooth scrolling). In Safari, it seemed to work perfectly.
tommysphone
05-14-2003, 10:23 AM
When viewing the other pages. Home page is fine though.
Line of code in question appears to be ( ** ** denotes text in question)
Scroller.getLyr = function(sLyrId, oNestRef) {
var o
if (document.all) o = oNestRef.all[sLyrId]
else if (document.layers) o = oNestRef.layers[sLyrId]
else o = this.recursiveNs6Get(sLyrId, oNestRef)
** o.s = document.layers ? o : o.style **
return o
Not sure on the answer yet though.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.