Finance Health and Fitness Real Estate Cars and Sexy girls ALL SPORTS Trendy_Fashion_Style Fashion Style Law Legal picture cards and dolls doll Barby Wallpaper design artists All artists of the world Sosial Media Network Travel Packages Hollywood sexy and Wallpaper All artist through life entanglements Quarter life connection Site Blogger Birthday cards Children's Education About Beauty Commercial Loans Womens Interests Quotes Love Fashion Trendy Style New Hair Style Download Free Games Girls and Car Fashion love quotes hollywood bollywood actress articles about health herbal Fashion Site Women Management Arts and Entertainment red carpet studios wallpaper sports images love and i miss you Hollywood All Actress Cheap Wedding Dresses dowload game online ALL WALLPAPER RECIPES Home Improvement Marketing Company Web Design and Development Business Shopping Online Prostyle Music Individuals With Bad Credit Stop Thinning Hair With Provillus Home The Doll Fashion Style Shirt HOLLYWOOD ACTRESS AND WALLPAPER lonely pictures FASHION TOP STYLES supermassive black hole simulator game Fast Bad Credit Loans Real Estate High Quality Production Music Business Property Management Apartments Living Without Money Interior Design and Decorating Hot Girls Photoshoot Fashion & Hair style Funny cute love quotes for your boyfriend Hollywood & Bollywood Artist Fashion Style ALL WALLPAPER Insurance Fashion Star Travel International Health and Fitness Recreation and Sports Home and Family Auto Cars Apartment Luxury Acupuncture Luxury Real Estate Lifestyle Automotive Travel and Leisure Home Improvement example image of underwear Quotes hollywood actress Secret Hill Mosaics Modern City Planning Natural Herbal Treatment Photoshop Wallpaper interest Tax Benefits For Education Computers and Technology Trend Fashions COSPLAY Bollywood All Artists Hollywood All Artists BABY DOLL CUTE in search of global solidarity hollywood Katrina Kaif Celebrity Tidings fashion underwear Gambling Online photos posing sexy body painting Beautiful-bodied Celebrity & wallpapers Planning a Wedding Cars and Girls Business Auto Car Loans and Insurance Design Wallpaper and Game Indonesia and the natural beauty of her beauty secre HairStyles Traveller and Hotel Substance Abuse prevent premature ejaculation Auto Repair Advice Guide Technology Supports Auto Car Music Dangdut Koplo Hot Business Ideas Plan Financial Payday Loans Quotes in Love Sports Media Society Just Education Payday Loans Essay Writing Business Technology cronthemarket thecoloradocompoundpersonal Free Legal Advice to Law Questions Crap, I'm A Lesbian Creepy Pics Tattoo Desings Quotes in Love Music Dangdut Koplo Hot Business Ideas Plan online social networking service Home Security Micro Technology

Membuat Auto PopUp Window

Membuat Auto po-up window, apa maksudnya ya...
Sebenarnya sudah nggak ada maksud sih karena judul di atas sudah langsung tertuju ke maksud tutorial ini di posting^ Jadi seperti ini gambaran po-up windoW auto itu:
Suatu saat anda berkunjung ke suatu blog/web dan tiba-tiba ada iklan yang bermunculan berupa window baru nah itu gambarannya. Akan tetapi kita di sini akan membahas cara membuat pop-up window sendiri. Jadi kita bisa mengatur isi dari pop-up window tersebut, bisa berisi blog kita yang lain atau web yang ingin kita iklankan. Dengan begitu cara ini bagus juga untuk membuat blog lain kita yang masih sepi pengunjungnya biar ikutan rame juga.

Agar gak kelamaan langsung saja Seperti biasa:


1. Ubahlah kode berikut ke mode pemostingan HTML atau diparse dulu, kalau masih bingung apa maksudnya bisa dibaca dulu panduannya di sini yah. Kalau tidak, bisa langsung ke web yang menyediakan jasa untuk mem-parse kode di sini :


<SCRIPT LANGUAGE="JavaScript">
/*
One Time Popup Script
By Website Abstraction (http://www.wsabstract.com) and
Java-Scripts.net (http://www.java-scripts.net)
Over 200+ free scripts here!
*/

//number of days the cookie should
//last (0 will cause it to always pop up)
var expDays = 1;
//url of the page you want to popup
var page = "http://alamat-blog-atau-web-terserah-yang-penting-sesuatu-yang-ingin-dimunculkan-di-popup-window.com";
var windowprops = "width=1050, height=950, location=yes, toolbar=no, menubar=no, scrollbars=yes, resizable=yes";
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
} else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);
window.open(page, "", windowprops);
} else {
count++;
SetCookie('count', count, exp);
}
}
window.onload=checkCount
</script>




Ket:

Biru=Ubah dengan alamat blog/web yang ingin anda munculkan di popup window
Merah=Itu ukuran window yang akan muncul nanti, disesuaikan yaaaa...




2. Selanjutnya Login ke Blogger >> Klik Tata Letak >> Edit HTML


3. Lalu Cari kode </body> dan letakkan (pastekan) kode yang telah di-parse pada langkah.1 tepat di atas kode </body>


4. Lalu jangan lupa simpan hasil kerjaan anda.


Jadi dah. Monggo dicoba...





Semoga Bermanfaat []

Trims Mas Ayiek yang sudah membagi-bagi ilmunya...

Tags: membuat pop-up di blog, cara membuat auto pop-up window, script auto popup untuk blogger, cara edit template untuk popup, membuat popup sendiri untuk blogger, kode html popup, script popup