Re: actually its a redirection code
but i found it to be an enter page ^^
just paste it in ur JS extension
[quote]var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.
can u pls. check out my profile bec. wen i press the enter button, it wont go to my profile.. can sumone pls. help me in there..
[b]My Profile:[/b]
[url]http://www.friendster.com/14168013[/url]
[b]and heres my code:[/b]
[u] JS CODE:[/u]
[quote]var myplace = document.location.href;
if (myplace == "www.friendster.com/14168013"){
}
else if (myplace == "www.friendster.com/14168013"){
}
else {
location.href = "http://h1.ripway.com/ianrumuar/ian/enterpage.html";
}[/quote]
[u] HTML CODE:[/u]
[quote]<html>
<head>
<title>Entering Ian Christopher's Place</title>
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background='http://i166.photobucket.com/albums/u106/pwod/msg-116552115122copy-1.jpg'>
<center><table width="950" height="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" bgcolor="transparent">
<a href='http://www.friendster.com/14168013'><img src=http://i166.photobucket.com/albums/u106/pwod/Enter_25722.gif border=0></a>
<a href='http://www.friendster.com/'><img src=http://i166.photobucket.com/albums/u106/pwod/Leave_29806.gif border=0></a>
<br><font color="midnightblue" size="1" face="Verdana, Arial, Helvetica, sans-serif">www.friendster.com/14168013 ||www.friendster.com/</font>
</td>
</tr>
</table>
</center>
</body>
</html>[/quote]