Hi everybody...

Am having difficulty resolving this variable id undefined... have this code on 
my first.cfm

<a href="second.cfm?id=#UrlEncodedFormat(id)#">result</a>

this link eventually calls second.cfm which passes the varible url.id on a 
query on the second form.. 

<cfquery name="name" datasource="source">
select name, id
from tblname
where id=#url.id#
</cfquery>

the above code works fine and perfect on the live web site but throws the error 
on my development server in my computer (variable id undefined)... is ther 
anything i must configure on my local coldfusion inorder that it works? 

thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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

Reply via email to