Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage



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!!!
.



Relevant Pages

  • Re: reading json object with jquery
    ... and if I still need formal json I'll go back to hard coding names.... ... var datesAsObjects = function ... see the reviver function in the source code: ...
    (comp.lang.javascript)
  • Re: TrySetLength not possible !? :(
    ... The length of the array is supposed to be the number of elements. ... function SkybuckTrySetLength(var ParaVar; const ParaNewLength: ... vWord: array of Word; ... vLongword: array of Longword; ...
    (alt.comp.lang.borland-delphi)
  • (patch for Bash) regex case statement
    ... Following up on my previous patch for regex conditional tests, ... /* Return an array of strings; ... int dollarflag, zeropad, compareflag; ... SHELL_VAR *var; ...
    (comp.unix.shell)
  • Re: Updated datestamp doesnt work
    ... Public Sub StoreOldVals ... ' store values of current row in array ... Dim n As Integer, intlast As Integer ... Dim var As Variant ...
    (microsoft.public.access.gettingstarted)
  • Re: Updated datestamp doesnt work
    ... Public Sub StoreOldVals ... ' store values of current row in array ... Dim n As Integer, intlast As Integer ... Dim var As Variant ...
    (microsoft.public.access.gettingstarted)