Saciro
12-18-2006, 02:12 AM
1) Script Title:AnyLink Vertical Menu
2) Script URL (on DD):http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem:
Hi, I changed :
var menu1=new Array()
menu1[0]=' <a href="index.html" class="navi">Overview</a><br>'
menu1[1]=' <a href="about-diff.html" class="navi">Our Differentiation </a><br>'
menu1[2]=' <a href="about-md.html" class="navi">MD\'s Message</a><br>'
menu1[3]=' <a href="about-qp.html" class="navi">ISO Certification</a><br>'
menu1[4]=' <a href="about-geo.html" class="navi">Geographical Coverage </a><br>'
menu1[5]=' <a href="about-test.html" class="navi">Testimonial</a><br>'
var menu2=new Array()
menu2[0]=' <a href="prod.html" class="navi">Overview</a><br>'
menu2[1]=' <a href="prod-cm.html" class="navi">Custom Molding </a><br>'
var menuwidth='200px'
var menubgcolor='#003366'
var disappeardelay=250
var hidemenu_onclick="yes"
var ie4=document.all
var ns6=document.getElementById&&!document.all
to
var menu1=new Array()
menu1[0]=' <a href="index.html" class="navi">Overview</a><br>'
menu1[1]=' <a href="about-diff.html" class="navi">Our Differentiation </a><br>'
menu1[2]=' <a href="about-md.html" class="navi">MD\'s Message</a><br>'
menu1[3]=' <a href="about-qp.html" class="navi">ISO Certification</a><br>'
menu1[4]=' <a href="about-geo.html" class="navi">Geographical Coverage </a><br>'
menu1[5]=' <a href="about-test.html" class="navi">Testimonial</a><br>'
var menu2=new Array()
menu2[0]=' <a href="prod.html" class="navi">Overview</a><br>'
menu2[1]=' <a href="prod-macrotech.html" class="navi">Macrotech</a><br>'
menu2[2]=' <a href="prod-parco.html" class="navi">Parco</a><br>'
menu2[3]=' <a href="prod-cdi.html" class="navi">CDI Polytek</a><br>'
menu2[4]=' <a href="prod-cm.html" class="navi">Custom Molding </a><br>'
var menuwidth='200px'
var menubgcolor='#003366'
var disappeardelay=250
var hidemenu_onclick="yes"
var ie4=document.all
var ns6=document.getElementById&&!document.all
Merely adding in a few more items on menu 2 , but even after I've uploaded the edited file, the change doesn't seem to take effect on my browser.
When I check the file on my ftp server, its fine, but when I download it through my browser, I find its the old version.
Do I have to wait for awhile before the changes get updated ?
Please help, completely new to java script.
2) Script URL (on DD):http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem:
Hi, I changed :
var menu1=new Array()
menu1[0]=' <a href="index.html" class="navi">Overview</a><br>'
menu1[1]=' <a href="about-diff.html" class="navi">Our Differentiation </a><br>'
menu1[2]=' <a href="about-md.html" class="navi">MD\'s Message</a><br>'
menu1[3]=' <a href="about-qp.html" class="navi">ISO Certification</a><br>'
menu1[4]=' <a href="about-geo.html" class="navi">Geographical Coverage </a><br>'
menu1[5]=' <a href="about-test.html" class="navi">Testimonial</a><br>'
var menu2=new Array()
menu2[0]=' <a href="prod.html" class="navi">Overview</a><br>'
menu2[1]=' <a href="prod-cm.html" class="navi">Custom Molding </a><br>'
var menuwidth='200px'
var menubgcolor='#003366'
var disappeardelay=250
var hidemenu_onclick="yes"
var ie4=document.all
var ns6=document.getElementById&&!document.all
to
var menu1=new Array()
menu1[0]=' <a href="index.html" class="navi">Overview</a><br>'
menu1[1]=' <a href="about-diff.html" class="navi">Our Differentiation </a><br>'
menu1[2]=' <a href="about-md.html" class="navi">MD\'s Message</a><br>'
menu1[3]=' <a href="about-qp.html" class="navi">ISO Certification</a><br>'
menu1[4]=' <a href="about-geo.html" class="navi">Geographical Coverage </a><br>'
menu1[5]=' <a href="about-test.html" class="navi">Testimonial</a><br>'
var menu2=new Array()
menu2[0]=' <a href="prod.html" class="navi">Overview</a><br>'
menu2[1]=' <a href="prod-macrotech.html" class="navi">Macrotech</a><br>'
menu2[2]=' <a href="prod-parco.html" class="navi">Parco</a><br>'
menu2[3]=' <a href="prod-cdi.html" class="navi">CDI Polytek</a><br>'
menu2[4]=' <a href="prod-cm.html" class="navi">Custom Molding </a><br>'
var menuwidth='200px'
var menubgcolor='#003366'
var disappeardelay=250
var hidemenu_onclick="yes"
var ie4=document.all
var ns6=document.getElementById&&!document.all
Merely adding in a few more items on menu 2 , but even after I've uploaded the edited file, the change doesn't seem to take effect on my browser.
When I check the file on my ftp server, its fine, but when I download it through my browser, I find its the old version.
Do I have to wait for awhile before the changes get updated ?
Please help, completely new to java script.