URLs should contain unescaped ampersands. This URL: .../index.cfm?id=3&cat=dusty
defines two params, one named 'id, and one named 'amp;cat', with values you can surmise. cheers, barneyb On 4/16/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > Hi, > > I have some page the address of which is "...index.cfm?p=page*&id*=12" > > I have noticed that sometimes I have an error message that id is not > defined. > Actually, the visitor was sent on my page by some search engine. > The search shows the correct address ...index.cfm?p=page&id=12, > but actually calls index.cfm?p=page*&*id=12 in the HTTP request. > > Who is wrong? > Should I encode the parameters differently in the url? > > -- > _______________________________________ > REUSE CODE! Use custom tags; > See http://www.contentbox.com/claude/customtags/tagstore.cfm > (Please send any spam to this address: [EMAIL PROTECTED]) > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275505 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

