Sitene Pop Up penceresi kodu. Kodun içinde kırmızı renk ile işaretli yerleri değiştiriniz. Buralara açılan pencerede ne göstermek istiyorsanız onun kodunu yazınız.
![]() |
<input type="button" value="NTV - Canlı TV izle" onclick="javascript:popUp('https://www.youtube.com/watch?v=XEJM4Hcgd3M')" />
Kırmızı işaretli linke açmak istediğiniz sayfanın linkini yazacaksınız!..
<script language="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=650');");
}
// End -->
</script>
<form>
<input type="button" value="NTV - Canlı TV izle" onclick="javascript:popUp('https://www.youtube.com/watch?v=XEJM4Hcgd3M')" />
</form>
ÖRNEK:
0 Comments:
Yorum Gönder