My idea is that, if I click a link on Page 1, it will load Page 2 (same window) and activate a script on Page 2. All of this done by through the same link.
More specifically, the page I'm making will have a link to an article on Page 2, and on Page 2 the article is hidden but will be expanded using JavaScript (like a "Read More" function you might see in some blogs). Page 1 would have a link that leads straight to the article and expands it at the same time.
Thanks for the help.
edit 1: Sorry, I may not have clarified completely. Basically, the Page 2 would have multiple articles on it. From Page 1 I intend to have different links to activate different articles on Page 2 (also articles on other pages from different links, but I just need to get at least one working first).