Hello All,
I am having this problem.
I have a page main.html.
Inside that I have a page inside an iframe, frame.html.
Now I have some tabs in iframe, and for changing tabs i need to call few javascript functions within the frame itself.
In frame.html I have a javascript function, changetab() {} which is called upon when one clicks on a tab in the frame.html. However when I am clicking on the tabs I am getting changetab() not defined.
I am calling the function simply by the name, changetab().
Can someone tell me whats the problem is. I have little experience with iframes
Imoracle
I am having this problem.
I have a page main.html.
Inside that I have a page inside an iframe, frame.html.
Now I have some tabs in iframe, and for changing tabs i need to call few javascript functions within the frame itself.
In frame.html I have a javascript function, changetab() {} which is called upon when one clicks on a tab in the frame.html. However when I am clicking on the tabs I am getting changetab() not defined.
I am calling the function simply by the name, changetab().
Can someone tell me whats the problem is. I have little experience with iframes
Imoracle