View Single Post
  #1  
Old 02-24-2003, 06:02 AM
 
ciava ciava is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: UK
Posts: 56
 

Default javascript implementing problem???

Hi all

i'm trying to implement a javascript popup menu to replace the catagories.tpl. i have managed to build one and make it work locally but when uplaoding it onto the site it doesn't seem to be bringing it up. the menu runs fully off javascript with 2 scripts placed in a directory called js. One holds the variables and the other is the actual script itself. i have placed the following code in the home.tpl just below the <body> tag and it is encased in <literal> tags yet it still brings nothing up??? are my paths wrong or is it something else i'm missing!!

any help would be great!

regards

jon


<script type='text/javascript'>

function Go(){return}

</script>

<script type='text/javascript' src="{$jsDir}/exmplmenu_var.js"></script>

<script type='text/javascript' src="{$jsDir}/menu_com.js"></script>
Reply With Quote