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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iframe!

Status
Not open for further replies.

HuggerFanta

Technical User
Apr 22, 2002
87
SE
Hello!
I have a question for you!

This is what I Whant to do!

1. I have a Iframe on my page!
2. I have some links that I whant to get displayed in the Iframe.

This becourse of the page update, don´t whant to update more then the Iframe, if this is the only thing I whant to update!

So this is how I whant it to work!
Change content of an Iframe by clicking a link in the page, and only update the Iframe content, not the entier page!

Is this possible with plain html or do I have to use JavaScript or PHP to get this working??? --------------------------------------
Kind regards;
HuggerFanta
 
Code:
<a href=&quot;thepage.htm&quot; target=&quot;iframename&quot;>Click</a>
where iframename is the actual name of your iframe. Hope I helped / Thanks for helping
if ((x<10&&y<10) &&(((parseInt(x.toString()+y.toString())-x-y)%9)!=0)){ alert(&quot;I'm a monkey's uncle&quot;); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top