Calling Javascript after linking to another page

Posted by kratos2488 on Stack Overflow See other posts from Stack Overflow or by kratos2488
Published on 2010-06-02T20:25:39Z Indexed on 2010/06/02 20:54 UTC
Read the original article Hit count: 148

Filed under:
|
|

I am doing an integration with a support system (Helpstream) and I am currently working on doing some in-app context sensitive help. I have put in a link that will send the user to a section of Helpstream that will allow them to ask a question. Problem is, there are buttons on the page that call Javascript that will bring up a lightbox where the user fills out a form to submit a question.

What I need to do is have that form come up after the user goes through the link, so essentially run the Javascript once the user hits the page. The call that I have to implement is

NewTopic.CreateNew({type:"Question"})

Any tips would be greatly appreciated. Thanks in advance.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery