Yes you can pass a js value through the url like this

function some_function(some_parameter){
        window.open("page.cfm?customer_number" + some_parameter);
}

I'm sure there are tons of other ways to do this, but this was trhe first
one that came to my mind


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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