I have an example working from http://developer.irt.org/script/11.htm
When I click on a directory or filename link the results gets passed to the bottom frame. The problem I have is every link that a user clicks on I want it to "concatenate" each directory/file to the
listing. Currently it only display each link cliked.
How can I do this? Help!
--Original Message Text---
From: [EMAIL PROTECTED]
Date: Wed, 26 Nov 2003 14:13:15 -0000
http://developer.irt.org/script/script.htm ... the _javascript_
FAQ's.... learned most of my js there many moons ago... don't know how
up to date it is but certainly give you examples of things that you
could use to achieve what you want
-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: 26 November 2003 14:02
To: CF-Talk
Subject: RE: Can this be done??
Do you know where I could find some examples?
--Original Message Text---
From: Heald, Tim
Date: Wed, 26 Nov 2003 08:56:10 -0500
_javascript_.
-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 8:56 AM
To: CF-Talk
Subject: re: Can this be done??
Hi,
I have a frame split in half (topframe & bottomframe).
I the top frame I'm listing directories/files which have links to them.
Beside each directory/file is an image that when clicked I want to send
the link information to the bottom frame as the path. Each time a link
is clicked the bottom frame would get updated with a new entry.
For example (+ is directory, - is files):
Top frame listing
-------------------------
Directory Listing:
+ changes
+ delivery
+ late
+ schedule
- data.txt
- test.txt
- mywork.txt
So if a user click on a the directory "changes" link the file path and
name are passed to the bottom frame. user then click on the directory
"late" and then filename "test.txt"
Bottom frame:
---------------------
changes
late
test.txt
How could this be done?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

