/    Sign up×
Community /Pin to ProfileBookmark

JS error in IE7

I am getting a JS error in IE7 and cannot figure out where the issue is.

[url]www.lesliehindman.com[/url]

Under “recent auction highlights” you will click a thumbnail and a new image and description loads.

it works fine in FF, but not IE7

any help would be greatly appreciated

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@MrNobodyNov 07.2008 — The error is occurring in this line:

else element.innerHTML = content.stripScripts();

and "element" is pointing to a META tag.
Copy linkTweet thisAlerts:
@SkeyelabauthorNov 07.2008 — any suggestions for how i could remedy this?
Copy linkTweet thisAlerts:
@MrNobodyNov 07.2008 — I'd have to spend a lot of time debugging the process. Basically, "element" is ending up pointing to an element (META) which does not support the [B]innerHTML[/B] property. You would have to figure out how that is happening and correct it. Or, this particular function may be able to bypass processing the META element by testing the [B]tagName[/B] property and exiting if needed.
Copy linkTweet thisAlerts:
@MrNobodyNov 17.2008 — I ran into someone else who had a similar problem. I know what is happening now in your case. See if this helps you out:

http://www.webdeveloper.com/forum/showthread.php?t=195771
×

Success!

Help @Skeyelab spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...