3

I use this small code within a jquery function, it works in every browser apart from ie6 and it just so happens our client only uses ie6,

Can anyone help me translate this into pure javascript?

$("#large_box2_link").click();
1
  • 8
    There's no reason that code shouldn't work in IE6. There's likely something else going on. Commented Dec 17, 2009 at 16:56

1 Answer 1

10
document.getElementById("large_box2_link").click();
Sign up to request clarification or add additional context in comments.

2 Comments

Thanks Jonathan, i know it was a very noobish question but i'm more of a front end html css man with some jquery kind of person, your code worked, thanks allot
No problem, funtymeeee. All questions welcomed :) I was once where you are with respects to javascript, and someday it will all be common knowledge to you ;)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.