Hi all,
I'm having some trouble inserting a javascrip menu
Here's what I'm trying to do:
<HTML>
<HEAD>
<TITLE>
NETQUOTEVAR:PAGETITLE
</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<script type="text/javascript" src="browser.js"></script>
<script type="text/javascript" src="config.js"></script>
</HEAD>
<BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
I think the problem is with the onload command, but you can see the menu working on www.hydramaster.co.uk
I can't see why it won't display, I'm just inserting some script commands, what am I missing? Is it something to do with the netquotevar's?
The thing is that the menu needs to be exactly the same as the one on the homepage.
I'm having some trouble inserting a javascrip menu
Here's what I'm trying to do:
<HTML>
<HEAD>
<TITLE>
NETQUOTEVAR:PAGETITLE
</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<script type="text/javascript" src="browser.js"></script>
<script type="text/javascript" src="config.js"></script>
</HEAD>
<BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
I think the problem is with the onload command, but you can see the menu working on www.hydramaster.co.uk
I can't see why it won't display, I'm just inserting some script commands, what am I missing? Is it something to do with the netquotevar's?
The thing is that the menu needs to be exactly the same as the one on the homepage.
Comment