Re: Bagi para member yang ingin bertanya seputar tweaking FS.
Silahkan bertanya dan posting disini.
Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM
[quote=andre666]Ada yg kurang gag tuh ya?[/quote]
[spoiler]//NAME AGE REDIRECT
function getName() {
var name1 = prompt("What is your name?", "")
var age = prompt("How old are you?", "")
var email1 = prompt("What's your e-mail address?", "")
if( age <= 18) {
alert("Hey kid... You're only " + age + " and expect to see my profile!! \nNo way! YOU'RE NOT ROCK ENOUGH!!! " + name1 + " get out of here! \nIf you are at " + email1 + " , then I have your e-mail too!!")
window.open('age.html','PopupName','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=400');
window.location=("http://www.polri.go.id")
} else {
alert("Hello " + name1 + " Welcome to my test page \nSince you are " + age + ", you are allowed to stay!! \nIf your e-mail is " + email1 + ", you can expect some e-mail soon....")
}
}
getName();[/spoiler]
coba yang ini bro...