You are viewing a post by phorbid. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
[b]MCR HOLIC[/b]
klo goodbye alert coba ini,
[spoiler]
//goodbye
function goodbye(){
alert('MESSAGE');
}
parent.window.onunload=goodbye;
[/spoiler]
klo welcome coba ini di css y..
[spoiler]
/* Welcome Alert Box*/
body {
height:expr/**/ession(
function welcome()
{alert('message');}
window.onload=welcome);
}
[/spoiler]