باز نميشه ؟iwd_admin گفت:http://www.iranwebdesigning.com/files/script/AutoRedirectScript.zip
بابا اينكه باز نميشه يكي به داد ما برسه ...pooya799 گفت:ممنون من مدتها دنبال يه همچين چيزي مي گشتم
<!--*****************************
AUTOMATIC REDIRECT SCRIPT
By: Arash Moslehi
visit : [url]www.iranwebdesigning.com[/url]
/********************************
<-- Put this code in "Head" of your page -->
<SCRIPT LANGUAGE="JavaScript">
redirURL = "http://www.your-site.com/"; // URL u want to redirect automaticaly //
redirTime = "5000"; // in miliseconds //
function redirTimer()
{ self.setTimeout("self.location.href = redirURL;",redirTime); }
</script>
<!-- put this code for "body" tag -->
<body onLoad="redirTimer()">
دمت گرم كد رو گزاشتيiwd_admin گفت:چرا من الان امتحان كردم باز ميشه. يعني يه فايله كه دانلود ميشه.ريفرش كنيد شايد بياد.
به هر حال خود اسكريت رو اينجا كپي ميكنم.
کد:<!--***************************** AUTOMATIC REDIRECT SCRIPT By: Arash Moslehi visit : [url]www.iranwebdesigning.com[/url] /******************************** <-- Put this code in "Head" of your page --> <SCRIPT LANGUAGE="JavaScript"> redirURL = "http://www.your-site.com/"; // URL u want to redirect automaticaly // redirTime = "5000"; // in miliseconds // function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); } </script> <!-- put this code for "body" tag --> <body onLoad="redirTimer()">