> My help desk site I am building uses a URL variable for the ticket ID
> when the admin or user is viewing details, and I seem to recall reading
> somewhere that you can write your code so that if the user decides to
> change the ID number in the URL, it will default to the one they
> originally opened, thus keeping the user from viewing other tickets
> unless they go back and click on another one to open. Does anyone recall
> where this example is? I did a quick search but could not find it.

Can the server tell the difference between someone clicking a link, and 
someone entering an url in the address window of the browser?  That's what 
you have to contend with.  My hunch is that it's just an http request either 
way, so there's really not a way to do what you're looking for.

-- Josh


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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304817
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