Web Translate

Label

Friend Connect

About Me

Sharing Can Make Your Live Easier
Lihat profil lengkapku
Minggu, 03 Januari 2010

Simple iFrame 3 respon

<title>iFrame 3 respon</title>
<base target="list1" />
</head>

<body>

<p><a href="http://localhost/iFrametest/link1.html" target="list1">link1</a>

&nbsp;&nbsp;
<a href="http://localhost/iFrametest/link2.html" target="list1"> link2</a></p>

<table style="width: 100%">
    <tr>
        <td>
        <iframe id="list1" name="list1" src="http://localhost/iFrametest/link1.html" target="_blank">
        </iframe>

        <iframe id="view1" name="view1" src="http://localhost/iFrametest/0c12a100.jpg">
        </iframe></td>
        <td>&nbsp;</td>
    </tr>
</table>

</body>

</html>

 

link1.html file as below :

</head>

<body>

<p>1. <a href="http://localhost/iFrametest/0c12a100.jpg" target="view1">Topi kecil</a></p>
<p>2. <a href="http://localhost/iFrametest/0c2fa4e0.jpg" target="view1">Topi besar</a></p>

</body>

</html>

 

link2.html file as below :

<body>
<p>1. <a href="http://localhost/iFrametest/butterfly1.jpg" target="view1">Kupu2-1</a></p>
<p>2. <a href="http://localhost/iFrametest/butterfly2.jpg" target="view1">Kupu2-2</a></p>
</body>

</html>

 

 

result

simple2iframe

0 komentar:

Posting Komentar