Bugunlerde oldukca sık kullanılan window.open fonksiyonu kullanılarak kullanılan bir örnek. Menu bar, toolbar gibi barların tümünü kapatabiliyorsunuz. Yararlı olacağı uygulamalar olabilir.

tagleri arasına yazılacak fonksiyon:
PLAIN TEXT
JavaScript:
  1. <LI style="FONT-WEIGHT: normal; COLOR: #f73b3b; FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace">[FONT='Courier New', Courier, monospace]<script LANGUAGE="JavaScript">[/FONT]
    <LI style="FONT-WEIGHT: bold; COLOR: #7bbe54">[FONT='Courier New', Courier, monospace] [/FONT]
    <LI style="FONT-WEIGHT: normal; COLOR: #f73b3b; FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace">[FONT='Courier New', Courier, monospace] <!-- Web Sitesi: http://www.wbturk.com -->[/FONT]
    <LI style="FONT-WEIGHT: bold; COLOR: #7bbe54">[FONT='Courier New', Courier, monospace] <!--[/FONT]
    <LI style="FONT-WEIGHT: normal; COLOR: #f73b3b; FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace">[FONT='Courier New', Courier, monospace] function TamEkran(theURL) {[/FONT]
    <LI style="FONT-WEIGHT: bold; COLOR: #7bbe54">[FONT='Courier New', Courier, monospace] window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');[/FONT]
    <LI style="FONT-WEIGHT: normal; COLOR: #f73b3b; FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace">[FONT='Courier New', Courier, monospace] }[/FONT]
    <LI style="FONT-WEIGHT: bold; COLOR: #7bbe54">[FONT='Courier New', Courier, monospace] // -->[/FONT]
  2. [FONT='Courier New', Courier, monospace] </script> [/FONT]



tagine eklenecek event:
PLAIN TEXT
CODE:
  1. <LI style="FONT-WEIGHT: normal; COLOR: #f73b3b; FONT-STYLE: normal; FONT-FAMILY: 'Courier New', Courier, monospace">[FONT='Courier New', Courier, monospace]<a href="javascript:void(0);" onClick="TamEkran('http://www.wbturk.com/index.php');">[/FONT]
  2. [FONT='Courier New', Courier, monospace] Tam ekran sayfa açmak için tıklayın></a> [/FONT]