|
I have a three column/three row table, with an IFrame (name="Screen") in the very center of the table.
In each of the documents that get loaded in the IFrame, there is an <a name="Top"></a> at the Top of the page, and an <a name="Bottom"></a> at the Bottom of the page.
In the bottom center of the table, I want to create links that can move each document in the IFrame from "Top" to "Bottom"
I have tried using something like <a href=#Top>Top</a> and <a href=#Bottom></a>. But this, of course, will not affect the document in the IFrame unless I directly reference the document in the IFrame by name. But this would only work on one specific document in the IFrame.
How can I get these links to work UNIVERSALLY on EACH document that gets loaded in the IFrame?
|
|
|
|
|
|
|
// |