Click to See Complete Forum and Search --> : Easiest way to redirect within body


dance621
09-03-2006, 11:34 AM
Hi, what is the best way to redirect a user to another webpage using code inside the <body> tags. I cant use the usual redirect just after the <HTML> tag. The command needs to come later in the main body. Is it possible? What is the easiest way? HTML? Javascript? Thanks,

James

crazycoder
09-03-2006, 11:53 AM
<body onload="document.location='blah.com'">