SIDEBAR
»
S
I
D
E
B
A
R
«
Pop-up yapmak
Kasım 3rd, 2004 by savassakar

Pop-up pencere yapmak için aşağıdaki kod kullanılabilir;

a. Önce </head> tag’inin içerisine aşağıdakileri yerleştirin:

<SCRIPT>

function open_window(url) {

mywin =

window.open(url,”win”,’toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=320,height=320′);

}

</SCRIPT>

Pencere ebatlarını window.open line. içerisinde değiştirebilirsiniz. Eğer menü çubuğu yada araç çubuğu istiyorsanız 0′ı 1 yapın. Yükseklik ve genişliğide değiştirebilirsiniz.

b. pop up pencerenin görüntüsü için:

<A

HREF=”javascript:open_window(‘http://domain.com/pagename.html’)”>Link</a>

Aşağıdaki yazıları da beğeneceksiniz:

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)
Yazıyı pdf olarak gönder %error%

One Response  
  • pimapen writes:
    Kasım 25th, 200911:51at

    gerçekten işe yarıyor çok sapolun

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »  Style:Ahren Ahimsa
© Copyright 2004-2012, Savaş Şakar