I am wondering how could I call a function on a separate page from another page; I know if you want to call a function you write something like this:
<a href="javascript:myFunc()" target="my_frame">Click Me!</a>
But what I wanted to do is, says I have two pages: page1.html and page2.html, and in page2.html I have a few JS functions namely myFunc1(), myFunc()2 and myFunc3(). Then I am inserting a few links in page1.html with an iframe below all the links with the name="my_frame", and what I want to do now is for the 3 <a> links I want to open up page2.html into the iframe (e.g. <a href="page2.html" target="my_frame">open Func 1</a>) but also when the page is loaded, one of those 3 functions would be invoked correspondingly depending on which link on page1.html I clicked.
I am just wondering how should I get this done?
Many thanks~
This post has been edited by mumeisyuu: 10 March 2010 - 10:17 PM

New Topic/Question
Reply



MultiQuote





|