Feaured Profiles


Your profile here? Be featured now!

            


Loading Page Effect

Contributed by >-Patrick-> on November 9th, 2008 Categories: Javascript Codes, Tricks and Tweaks 5,231 Views
1 Star2 Stars (+9 rating, 6 votes)
Loading ... Loading ...
  1. Copy the code below and edit the “USER ID HERE” and the “LOADING IMAGE URL” with your own image url.
  2. Go to your file hosting site (example: ripway.com).
  3. Upload your code in ripway and save it as .html (example LOADING.html).
  4. Copy the next code and edit the “USER ID HERE” and the URL OF YOUR .HTML FILE.

Here is the code:

var myplace = document.location.href;
if (myplace == “http://profiles.friendster.com/user.php?uid=UR USER ID HERE”){
}
else if (myplace == “http://profiles.friendster.com/user.php?uid=UR USER ID HERE”){
}
else {
location.href = “URL OF YOUR LOADING .HTML”;
}

5. Copy the code and save it .js and generate it on the working generator.







Credits to Friendstertalk.com for the CSS and JS codes.

Leave a Reply