the following code:
onLoad="$('#link_id').trigger('click');"
works in FF but does not trigger in IE. Is there a method which works both in IE and FF?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you jamming this, inline, into your HTML as an event handler in a tag somewhere?
Don’t do that.
Put it in an external .js file, or somewhere in a script block, after you’ve included the jQuery library, like this: