I frame

Hi I was hoping someone could possible help me out with a code. On my page I have a left side menu and I'm wanting to make the right side of the page an iframe. And when i click a button on the left side I want it to pop up in the right side menu(middle of the page). How would I go about doing this?<!--content-->You just use the IFRAME command.<br />
<br />
<br />
<iframe width="15" height="15" style="position:absolute;left:300px;top:300px;" name="name_this_frame_here" src=http://www.webdeveloper.com/forum/archive/index.php/"the_page_you_want_shown_onLoad.html"></iframe><br />
<br />
<br />
Then you would have to have a code in your <a> tag<br />
<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"your_page.html" target="name_this_frame_here"><br />
<br />
<br />
Hope this helps!<!--content-->
 
Back
Top