galaxy99
01-03-2010, 07:43 PM
I am not sure if it is a question for javascript to make it work, but I give it a try here.
I have a flash page containing 3 different links, when each is clicked, it is supposed to send visitor to a html file displaying an <iframe> contents. Currently, I am doing a foolish way by making 3 separate html files. The difference among them is only that line has iframe in it. Do you think whether it can be programmed to be inside one html file but recognized the connection between the links in flash and the iframes they direct to.
Here are the iframes I have inside the html page
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=1"></iframe>
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=2"></iframe>
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=3"></iframe>
I attach a stretch of what I thought.
Thank you.
I have a flash page containing 3 different links, when each is clicked, it is supposed to send visitor to a html file displaying an <iframe> contents. Currently, I am doing a foolish way by making 3 separate html files. The difference among them is only that line has iframe in it. Do you think whether it can be programmed to be inside one html file but recognized the connection between the links in flash and the iframes they direct to.
Here are the iframes I have inside the html page
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=1"></iframe>
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=2"></iframe>
<iframe width="100%" height="550" frameborder="0" src="/portfolio/index.html?openfolder=3"></iframe>
I attach a stretch of what I thought.
Thank you.