Calling Javascript after linking to another page
- by kratos2488
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.