Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button, to iframe?

Status
Not open for further replies.

int3rnil

Programmer
Aug 27, 2002
5
0
0
US
Hello..
um... Well the subject says it all.. but I was wondering how to make a Graphical Button that I made in Adobe Photoshop. Go to a iFrame(AKA) inline frame.... but I have a ragular iFrame, not a side navigation, just the buttons are on my page, and the iFrame is in the middle.. Soooo.. Can anyone help me please?


Thanks alot!..
 
If I understand you correctl, you need to give your iframe a name and then refer to it by that name in the link.

something like...
Code:
<iframe src=&quot;path/to/default/iframeContents.html&quot; name=&quot;myiframe&quot;> </iframe>

<a href=&quot;path/to/newContent.html&quot; target=&quot;myiframe&quot;><img src=&quot;button.gif&quot;></a>


hth,

jaxon
 
ok.. thank you alot... the first example you gave was the one I was looking for..


- INT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top