ok I kinda dont know what you mean but check this out might solve your problems...
http://www.xudas.com/test/iframe.html
I have an example of an iframe for you..
The code for that page I am listing below.
Do you want to link to three things with one button like
link to each frame with one button so it goes to different pages for all three,
if so that would have to be javascript.
the iframe source code....
Code:
<center>
<iframe name="MYFRAME" src="http://google.com" width="740" height="400" frameborder="1" ></iframe>
<BR><BR>
<a href="http://www.google.com/search?hl=en&q=Link+1&btnG=Google+Search" target="MYFRAME">Link 1</a>
<a href="http://www.google.com/search?hl=en&q=Link+2&btnG=Google+Search" target="MYFRAME">Link 2</a>
<a href="http://www.google.com/search?hl=en&q=Link+3&btnG=Google+Search" target="MYFRAME">Link 3</a>
<a href="http://www.google.com/search?hl=en&q=Link+4&btnG=Google+Search" target="MYFRAME">Link 4</a>
Bookmarks