nasılsın
Would you like to react to this message? Create an account in a few clicks or log in to continue.
nasılsın


 
AnasayfaAnasayfa  kapıkapı  GaleriGaleri  AramaArama  Latest imagesLatest images  Giriş yapGiriş yap  Kayıt OlKayıt Ol  

gelen ziyaretçileri tanımlama kodu

Önceki başlık Sonraki başlık Aşağa gitmek
Yazar Mesaj
FLORA
admin
admin
FLORA


Yaş : 40 Kayıt tarihi : 01/06/08 Mesaj Sayısı : 621 Nerden : istanbul İş/Hobiler : çoook Lakap : geveze

gelen ziyaretçileri tanımlama kodu Vide
MesajKonu: gelen ziyaretçileri tanımlama kodu gelen ziyaretçileri tanımlama kodu EmptyPtsi Ekim 13, 2008 4:36 pm

Kod:
// name - name of the desired cookie
// * return string containing value of specified cookie or null if cookie does not exist
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document·cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document·cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document·cookie.length
return unescape(document·cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}
 
// name - name of the cookie
// [path] - path of the cookie (must be same as path used to create cookie)
// [domain] - domain of the cookie (must be same as domain used to create cookie)
// * path and domain default if assigned null or omitted if no explicit argument proceeds
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document·cookie = name + "=" + 
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}
 
// date - any instance of the Date object
// * you should hand all instances of the Date object to this function for "repairs"
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}
 
var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000)
var name = getCookie("name")
if (!name)
name = prompt("Lütfen isminizi yazın:", "Adınız(site sizi bu isimle hatırlıycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>
Sayfa başına dön Aşağa gitmek
https://nasil.yetkin-forum.com

gelen ziyaretçileri tanımlama kodu

Önceki başlık Sonraki başlık Sayfa başına dön
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var: Bu forumdaki mesajlara cevap veremezsiniz
nasılsın :: GEREKLİ BİLGİLER :: HTML Bilgisi & İnternet -
- - Arabaforum kurmak | ©phpBB | Bedava yardımlaşma forumu | Suistimalı göstermek | Son tartışmalar