I use this small code within a jquery function, it works in every browser apar开发者_JAVA技巧t 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();
document.getElementById("large_box2_link").click();
精彩评论