Nope.  Use a jump menu.

IN THE HEAD


<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>

IN THE BODY

<form name="form1" id="form1">
  <select name="menu1" onchange="MM_jumpMenu('parent',this,0)">
    <option value="google.com">google.com</option>
    <option value="yahoo.com">yahoo.com</option>
  </select>
</form>

Anytime they pick one from the drop down it will navigate there.



-----Original Message-----
From: Jillian Koskie [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 19, 2005 4:20 PM
To: CF-Newbie
Subject: RE: cfdirectory

Jeff,

Offhand, I am thinking you could have a 'processing page' that you are
taken to after clicking submit on your form with the drop-down that
says:

<cflocation url="#form.html_page#" addtoken="no"> 

--
Jillian

-----Original Message-----
From: Jeff Flack [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 19, 2005 2:32 PM
To: CF-Newbie
Subject: cfdirectory

Hi Everybody,
  I am in need of some help.  I have created a drop
down box displaying the contents of a folder I upload
html files to on a daily basis using cfdirectory.  Now
I am trying to figure out how to link to each file
from the drop down box.  I would like to user to
select the html file they want then click submit and
it should take them to that html file.  Thank you for
your help


                
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1460
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to