oooh good catch.

few ways to do it.  you could stick it in the form in a hidden field,
or you can append it to the form's action.

<form action="test2.cfm?prodID=#URL.prodID#" method="post">

if you go the hidden form field route, i did a quickie blog post a
couple weeks back on form/URL vars...

http://charlie.griefer.com/blog/index.cfm/2008/5/30/dealing-with-form-and-URL-variables
(which was inspired by a thread here) :)

On Tue, Jul 1, 2008 at 11:52 AM, Rick King <[EMAIL PROTECTED]> wrote:
> You're correct...how would I carry over URL.ProdID? I'm drawing a blank.
>
>>Looks like you're posting the form to itself, but not carrying over the
>>URL.ProdID used in the where clause of the query in the form, so the second
>>time through, nothing is returned by the query.
>>
>>
>>
>>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308408
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to