Links Code:
Output:
page-1 | page-2 <--You can navigate by clicking on these links.
Just the HTML:
Code:
To control the content in the iFrame, you simply name the iframe, in this case: name="test2"
Then you simply set the links to open in the iframe like above: target="test2"
That's all there is to it!