Wednesday, April 1, 2015

MENAMPILKAN HALAMAN WEBSITE LAIN DIWEBSITE SENDIRI


Berikut ini script menampilkan halaman website lain di website sendiri dengan menggunakan i-frame. Cukup copykan script berikut di halaman website anda.
<iframe align="middle" frameborder="yes" height="750px" name="frame1" scrolling="auto" src="link website lain yang ingin ditampilkan" style="border: 1px solid;" width="750px"></iframe>

Contohnya :
<iframe align="middle" frameborder="yes" height="750px" name="frame1" scrolling="auto" src="www.thecavo.blogspot.com" style="border: 1px solid;" width="750px"></iframe>

Maka hasilnya akan menjadi sebagai berikut :

Selamat mencoba.

No comments:

Post a Comment