Edit: nu ai referrer, redirectul se face prin javascript:
<html>
<head><title>Redirect</title>
<meta http-equiv="refresh" content="1; URL=http://www.google.com"/>
</head>
<body onload="document.location.href='http://www.google.com'">
<script type="text/javascript">
<!--
window.setTimeout('window.location.href="http://www.google.com"', 1000 * 2);
//-->
</script>
<a href="http://www.google.com">Click here if you do not get redirected within 2 seconds</a>
</body>
</html>
Nu cred ca ai ce sa faci.
Ultima modificare făcută de big; 29th June 2010 la 13:58.
Those were fast strange times and we worked in fast strange ways.