Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- From: sharsy <shari@xxxxxxxxxxxxxxxxx>
- Date: Sun, 21 Sep 2008 23:13:15 -0700 (PDT)
Also,
in another menu I have the following script:
<script type="text/javascript">
/***********************************************
* AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a>'
menu1[1]='<a href="http://www.freewarejava.com">Freewarejava.com</a>'
menu1[2]='<a href="http://codingforums.com">Coding Forums</a>'
menu1[3]='<a href="http://www.cssdrive.com">CSS Drive</a>'
menu1[4]='<a href="http://tools.dynamicdrive.com/
imageoptimizer/">Image Optimizer</a>'
//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="Q:\intranet new\Audit\BSA\BSA.htm"
target="_blank"style="color: #000000">BSA</a>'
menu2[1]='<a href="Q:\intranet new\Audit\Statutory\Statutory.htm"
style="color: #000000">Statutory</a>'
menu2[2]='<a href="Q:\intranet new\Audit\Trust Accounts\Trust
Accounts.htm" style="color: #000000">Trust Accounts</a>'
I get an error message saying that 'Cannot find 'file:///Q:intranet
%20newaudit%08sa.htm' whenever I try and click on the BSA link - is
there a problem with linking to an internally housed htm page?
I'm am not very experienced in working with code - but I'm pretty good
at learning computer-related stuff so hopefully I'll get there!!!
.
- References:
- Creating Java/DHTML Vertical Navigation Menu in FrontPage
- From: sharsy
- Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- From: Ronx
- Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- From: Stefan B Rusynko
- Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- From: sharsy
- Creating Java/DHTML Vertical Navigation Menu in FrontPage
- Prev by Date: Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- Next by Date: Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- Previous by thread: Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- Next by thread: Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
- Index(es):
Relevant Pages
|