Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Re: HELP!!!! - Passing <CFDIRECTORY results to another template using Hiermenus (www.dhtml.com)


  • From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
  • Subject: [Javascript] Re: HELP!!!! - Passing <CFDIRECTORY results to another template using Hiermenus (www.dhtml.com)
  • Date: Fri, 28 Sep 2001 07:31:32 -0400

HELP!!!!!

I've put screen captures on my @home website for you to look at since I'm 
not sure this list accepts attachments.

I have some ColdFusion code that lists all the files in a directory. 
(http://members.home.com/phumes1/screen1.gif)
Each file is a link that when clicked, pops up a menu. 
(http://members.home.com/phumes1/screen2.gif).

I want to be able to select "File" -> "Info" from the popup menu and then 
have that filename redirected to another template where I will
list the files size, Date last modified, etc. 
(http://members.home.com/phumes1/screen3.gif).


Is there a way to pass the CF file variable info the javascript to 
redirect. I'm not sure I'm making any sense. Is there a easier way to do 
this menu system using <div> or some other means?