Re: How to use a Java redirect on a Blogger blog?
First of all, the code is javascript not java. They are 2 different programming languages.
On your blog there will be a place that you can edit the html code. Open it.
Place your javascript code in the body of the html. There are 2 tages <body> and </body>. Place the javascript somewhere between them.
|