DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Existing Scripts (http://www.daniweb.com/forums/forum145.html)
-   -   What to do next ? (http://www.daniweb.com/forums/thread114234.html)

kv79 Mar 16th, 2008 4:49 pm
What to do next ?
 
Hi ,
I need a solution for my web page www.servisracunara.co.nr

When i click on the Popravka 2 I want to change a iframe to Popravka 2 .

Thank you for your effort of reading this .

peter_budo Mar 17th, 2008 10:30 pm
Re: What to do next ?
 
You need to give a name and id to your IFRAME (same say one is enought I rather assign name to both) and in links you need to specify target where you want to display them. Something like this

<table width="200" height="200">
<tr>
        <td>
        <a href="page2.html" target="iFrm">Link to page 2</a>
        <br/><br/>
        <a href="page3.html" target="iFrm">Link to page 3</a>
        </td>
    <td>
    <iframe src="page2.html" width="100" height="200" name="iFrm" id="iFrm"></iframe>
    </td>
</tr>
</table>


All times are GMT -4. The time now is 3:19 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC