you can youse a hidden field in the page and pass that into the Javascript
function and just add the part item into it, with a comma so its a commer
delmited list, just remember to remove the last Commer from the List.


Jason Lees 
National Express
Email : [EMAIL PROTECTED]


-----Original Message-----
From: Michel Gagnon [mailto:[EMAIL PROTECTED]]
Sent: 06 June 2001 14:16
To: CF-Talk
Subject: Challenging dillemma (double values?)


Hi!

I have a little challenging question for you.
I have a "build your own computer system" 
page where customers can choose what parts 
they want in their system.  There is a javascript
that calculates everything on the fly.
This javascript needs to have the price
as the value:

<option value="#price#">#PartName#</option>

But, I also need to pass the partID to the server, not the price.
Is there a way that we could have the best of both world?
The calculating javascript and the PartID's to send to the server?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to