[quote=sonixx]malam all . . .
ajarin dunk cara mbuat skip intro ato enter page gitu . .
[/quote]
ni cara yang simpel bro
[quote]<html>
<head>
<title>TEXT KM </title>
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor='#000000'>
<center><table width="950" height="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" bgcolor="#e5e5e5">
<a href='http://www.friendster.com/user.php?uid=USER ID'><URL IMAGE BUAT ENTER></a>
</td>
</tr>
</table>
</center>
</body>
</html>[/quote]
buat js na
[quote]var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.php?uid=USER ID "){
}
else if (myplace == "http://www.friendster.com/user.php?uid=USER ID"){
}
else {
location.href = "URL LINK ENTER PAGE";
}[/quote]