You are viewing a post by Refresh/Reload. View all 69 posts in [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 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]
[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
Last edited by Refresh/Reload (2009-06-16 00:05:29)