• ARCHIVES 
  • » [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

Pages: 12344

[b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

[b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my enter page is different... but go to the link below to see a sample... [b]PREVIEW:[/b] [url=http://disclaimer.agilityhoster.com/parusa/loadvirus.html]go here[/url] <">put the codes inside your [b]HTML[/b] page... <head> [b]CODES HERE[/b] </head> 1. just change the text size, color and font at your liking. 2. use break tags at the form to expand some space on it. 3. at the var countdownfrom=(CHOOSE THE NUMBER U LIKE) 4. make a text note like..."you're about to enter in..." 5. don't forget to put your USER ID. :arrow: If you want to add the wav sound effect... look for this part... countredirect() //--> </script> then insert the blue script... [quote]countredirect() [color=blue]function playSounds() { document.all.tune.src = "DIRECT LINK OF YOUR WAV FILE" }[/color]//--> </script>[/quote] and at the body add this... [quote]<body OnLoad="playSounds()"> <bgsound id="tune">[/quote] [b]example:[/b] [quote]<html> <head> <form name="redirect"> <center> <font color="white" size="5" face="Arial"><b>[b]If you do not click the image to enter my page<br>before the countdown stops... I will send you a Monster har har har[/b]</font> <form><input type="text" size="6" name="redirect2"></form> <font color="white" size="5" face="Arial">seconds</font> </center> <script type="text/javascript"> <!-- var targetURL="[b]http://profiles.friendster.com/user.php?uid=YOUR USER ID[/b]" var countdownfrom=[b]20[/b] var currentsecond=document.redirect.redirect2.value=countdownfrom+1 function countredirect(){ if (currentsecond!=1){ currentsecond-=1 document.redirect.redirect2.value=currentsecond } else{ window.location=targetURL return } setTimeout("countredirect()",1000) } countredirect() function playSounds() { document.all.tune.src = "DIRECT LINK OF YOUR WAV FILE" } //--> </script> </head> <body OnLoad="playSounds()" bg color="ffffff"> <bgsound id="tune"> <center><a href='http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID'><img src="http://img120.imageshack.us/img120/1070/avatar4703xn1.gif" border="0" width="187" height="187"></a></center> </body> </html>[/quote] :arrow: [b]IMPORTANT:[/b] go to the link below for more clarification on adding sounds. --> [url=http://theftalk.com/t7386-ENTER-PAGE-TRICK-sound-fun%21-users%29.html]Enter Page w/ sounds[/url] okidoki :D

Last edited by Refresh/Reload (2009-06-16 00:05:29)

istaline
» FTalkAddict
FTalk Level: zero
356
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

i've been waiting 4 dis!!.. finally u gve d codes :lol: :lol: tnx 4 sharing... :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[quote=istaline]i've been waiting 4 dis!!.. finally u gve d codes :lol: :lol: tnx 4 sharing... :thumbsup:[/quote] :D If you have a gif loading indicator image you can add it like mine to make it looks like really loading heheh... =)
istaline
» FTalkAddict
FTalk Level: zero
356
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

ah ok..tnx 4 dat,, kip it up! :D
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

if i have an image link at my enter page will this code work if i put these code on it :question:
franz_chq
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

diz is so cool! tnx for the codes! :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[quote=Shirow Masamune]if i have an image link at my enter page will this code work if i put these code on it :question:[/quote] you mean.. you have a clickable redirection page but still want to use this...? hmm.. i think its a bad idea... but if you want to make fun with your visitors like putting a warning text like.. "If you don't click the enter image before the counter stops... you'll explode!! bwahahahh!!" hmmm.. why didn't i think about it before.. =D heheh.. but better adjust the counter to a larger number first.. =) you can use this as your primary enter page without a clickable image or use it as a secondary enter page like mine... just play with it ok?!! :D
ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

muchly appreciated :eh: thanks kino :cool:
miratdiaz
» n00b
FTalk Level: zero
96
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

nice one! really nice!
acreaver7
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

nc1 dude... keep it up...
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

oh thats great heheheh can i put a worm page redirection there =D hahaha just kidding :eh:
majlhen105
» n00b
FTalk Level: zero
20
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

how can u done with ur first entering page "Bawal magtapon ng basora deto" then next ur entering page with counter?whats the code of ur first entering page the bawal magtapon ng basora deto?i have done my entering counter this is the link http://h1.ripway.com/majlhen/ENTER.html i want this link to be my 2nd entering page i have my first entering page this is the link http://h1.ripway.com/majlhen/2ndpage.html i want this link to be my 1st entering page and have a butterfly whos flying around the page... :crybaby: gets???thnx po.... thanks in advance....muah!!!!! :smoke:

Last edited by majlhen105 (2007-08-16 01:55:10)

ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

better not now update your profile in media box. ur entire code i think will not work anymore :|
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

yahp thats right currently im suffering that problem right now... :wasted:
thugs
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[quote][/quote] [img][/img][align=center][/align] :puke: :evil: Code: <form name="redirect"> <center> <font color="white" size="5" face="Arial"><b>YOUR ENTER TEXT HERE</font> <form><input type="text" size="6" name="redirect2"></form> <font color="white" size="5" face="Arial">seconds</font> </center> <script> <!-- var targetURL="http://www.friendster.com/user.php?uid=YOUR USER ID" var countdownfrom=5 var currentsecond=document.redirect.redirect2.value=countdownfrom+1 function countredirect(){ if (currentsecond!=1){ currentsecond-=1 document.redirect.redirect2.value=currentsecond } else{ window.location=targetURL return } setTimeout("countredirect()",1000) } countredirect() //--> </script>

Last edited by thugs (2007-08-16 00:40:54)

dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

tenks for sharing dude!! :wow:
jC>>aNgeL oF dArKnESs<<Cj
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

enx for sharing...
wasted
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

cool trick!! works fine on my page!! :thumbsup: thanks for sharing :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[quote=majlhen105]how can u done with ur first entering page "Bawal magtapon ng basora deto" then next ur entering page with counter?whats the code of ur first entering page the bawal magtapon ng basora deto?i have done my entering counter this is the link http://h1.ripway.com/majlhen/ENTER.html i want this link to be my 2nd entering page i have my first entering page this is the link http://h1.ripway.com/majlhen/2ndpage.html i want this link to be my 1st entering page and have a butterfly whos flying around the page... :crybaby: gets???thnx po.... thanks in advance....muah!!!!! :smoke:[/quote] Better not update now coz friendster has an update again :crybaby: majlhen you can have many enter/redirection page if you want.. just put the target link of your choice... ex. if this is your 1st enter page w/ clickable image. your target is.. <center><a href="http://h1.ripway.com/majlhen/ENTER.html"><img src="URL OF YOUR IMAGE" border="0" ></a></center> and then for your second page the target would be... var targetURL="http://www.friendster.com/user.php?uid=YOUR USER ID" to forward you on your main page... but as i have said... don't update now.. media box is not working.. =) @ all.. Thanx!! just sharing... you can find lot's of simple but awesome js on lots of tutorial sites.. like this one and the sound effects. :D

Last edited by Refresh/Reload (2007-08-16 07:53:52)

frans212
» FTalker
FTalk Level: zero
161
0
1969-12-31

Re: [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

[quote=Refresh/Reload]as requested... for your enter page trick. This javascript will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... [b]PREVIEW:[/b][url]http://www.friendster.com/errorgod[/url] PUT INSIDE THE HEAD SECTION: <head> CODES HERE </head> <">1. just change the text size, color and font at your liking. 2. use break tags at the form to expand some space on it. 3. at the var countdownfrom=(CHOOSE THE NUMBER U LIKE) 4. make a text note like..."you're about to enter in..." 5. don't forget to put your USER ID. okidoki :D[/quote] nice poting broo =) keep up the good attitude :D :D :D go ...........go..............go.......... :penguin: :penguin: :penguin:
  • ARCHIVES 
  • » [b]UPDATED:[/b] Oct. 1, '07 This script will put a countdown box as a timer before redirecting to your profile.. you can see this code on most of the javascript free tutorial site... sorry... my en

Pages: 12344

Board footer

© 2024 F Talk

Current time is 08:46

[ 10 queries - 0.025 second ]
Privacy Policy