View Full Version : I can't get my page to navigate away


Sabrynarox
12-03-2005, 10:13 AM
My blogpage cant seem to navigate away when you click on something. Please help me.This is my first blog with my own layout.Reply ASAP
P.S.This is my blog code http://sarcastic-sabryna.blogspot.com.PLease Help!

Sappervet
12-03-2005, 11:13 AM
Part of your problem might be that you have an incomplete opening tag on the functions for "changeNavigation".

All you have is <script> when it should be:
<script language="JavaScript1.2" type="text/javascript">

You've done it in the script below....

Remember, you have to identify what scripting language you are referring to.

If there is no real good reason to have the "changeNavigation" functions... then just change your
"onClick" command the the address you are wanting to navigate to and there is no reason you shouldn't go there.

freakish_dude_
12-03-2005, 11:32 AM
another problem is most likely that you have not actually linked the image to the page