PDA

View Full Version : Runtime error


jizzah
11-01-2004, 12:33 PM
I keep getting the following error on almost every slickdeals page. I'm guessing it is some configuration problem with my browser but not so sure. Anyone else having this problem? Any suggestions?

A Runtime Error has occurred.
Do you wish to Debug?

Line: 93
Error: 'null' is null or not an object

ywc
11-01-2004, 12:48 PM
I keep getting the following error on almost every slickdeals page. I'm guessing it is some configuration problem with my browser but not so sure. Anyone else having this problem? Any suggestions?

A Runtime Error has occurred.
Do you wish to Debug?

Line: 93
Error: 'null' is null or not an object

this may have something to do with one of the ads.

just disable script debugging in IE (assuming it is IE that you are using)

Tools > Options > Advanced tab

check "disable script debugging"
uncheck "display a notification about every script error"

these tools are useful if you are designing and testing web pages, but not really useful if you are just browsing.

jizzah
11-01-2004, 11:48 PM
this may have something to do with one of the ads.

just disable script debugging in IE (assuming it is IE that you are using)

Tools > Options > Advanced tab

check "disable script debugging"
uncheck "display a notification about every script error"

these tools are useful if you are designing and testing web pages, but not really useful if you are just browsing.

not sure where the error was coming from but your fix worked. thanks!