[Javascript] Problem changing link's href property...

Chris Nafziger CNafziger at sauder.com
Fri Jul 13 10:45:56 CDT 2001


Though I had consulted my reference books, I didn't previously notice that
none of them mention using Name or ID; they only mentioned the array index.
I guess I didn't catch the implied meaning that you HAD to use the array
index.  To some degree, I assumed it would work fine, because it seemed such
a trivial thing after referencing so many other things by Name in my
scripts.  This is the first time I've used document.links.... thanks Bob.  
 
 
From: Filipiak, Bob (Contractor) [mailto:filipiab at atsc.army.mil]
Sent: Friday, July 13, 2001 10:49 AM
To: 'javascript at LaTech.edu'
Subject: RE: [Javascript] Problem changing link's href property...



All my references say links is a 0-based array and don't mention using Name
or Id so you'll have to use the index number for the link or you maybe able
to use document.JumpTo.text

Bob Filipiak (Contractor) 
MCP 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010713/0d50cfd7/attachment.htm>


More information about the Javascript mailing list