redirect pe forum
Scris: 07-Mai-2007, 19:35:51
cum pot sa redirectionez pe un cont de evonet cand intri pe site http://nume.evonet.ro sa se redirectioneze automat spre http://nume.evonet.ro/forum
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<html>
<head>
<title>Redirect</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.bgredir {
border: 1px dashed #dfe4e8;
background-color: #dfe4e8;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
text-align: center;
}
a:link, a:active, a:visited {
color: #006699;
text-decoration: none
}
a:hover {
color: #000000;
text-decoration: none
}
-->
</style>
</head>
<body bgcolor="#dfe4e8">
<table width="50%" height="50%" cellspacing="0" cellpadding="75" align="center" border="1" bordercolor="#006699">
<tr>
<td align="center">
<font color="#000000" size="6">Siteul momentan este in lucru va astetam pe forum.</font>
<br><br>
<form name="redirect">
<font face="Tahoma" size="2" color="#000000"><b>Vei fi redirectionat in
<input class="bgredir" type="text" size="2" name="redirect2"> secunde.</b></center>
</form>
<br><br>
<font color="gray">© 2007 <a href="http://phpbb.ro"> phpbb.ro </a></font>
<br>
</td>
</tr>
<script>
<!--
var targetURL="http://www.phpbb.ro"
var countdownfrom=15
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>
</table>
</body>
</html>