[b]psycomagic[/b]
klo welcome dan goodbye alert pake css ntu ga bisa ke baca di FF...
cuba bro pake ini...
[quote]/********* WELCOME ALERT [b]taro di bagian A[/b]*******/
alert('Wellcome '+parent.pageViewerFName+'!!');
alert('thanks for visiting my profile with using mozilla firefox');
/********** Goodbye Alert V2 [b]taro di bagian C[/b]************/
window.onbeforeunload = function (evt) {
var message = 'where did you go '+pageViewerFName+'?\n Please come back later..';
if (typeof evt == 'undefined') {
evt = window.event;
}
if (evt) {
evt.returnValue = message;
}
return message;
}[/quote]
muga bisa...