metalar ilede olabilir... tercih edilmesede şöyle birşeyde olabilir
Alıntı
<script language="javascript">
function yonlendir(url){
window.location=url;
}
</script>

<body onload="yonlendir('http://www.google.com')"></body>