Hello All... I have a template I'm using to pass a CF variable to a
pop-up window named directions.cfm that I want to provide detail
directions (text) for an event location.  The variable that needs to be
passed is "event_no" (event number). being a JS novice, can someone tell
me how to change the code below to pass the "event_no" CF variable
(#event_no#) to directions.cfm.. The code as written is not sending the
event_no 
 
<cfoutput query="event_no">
 
<form action="directions.cfm" method="POST">
<a href="##" OnClick ="window.open('directions.cfm');">Directions</a>
<INPUT TYPE="hidden" NAME="event_no" VALUE="#event_no#">
</form>
 
</cfoutput>
 
 
thanks
Tim Laureska
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to