|
[jQuery] Re: Is it possible to hide the destination URL of a link?: msg#02880jQuery
In your server side i'll create an encripted string to avoid user edition in the url. Looks like this:
encriptedURL variable contains the string delete=true&id=123 but in encripted format.
After user click, your application will convert the query params and compare with encriptedURL content. It's the same, ok? Otherwise display a message. In ColdFusion I used this code to generate that encripted variable:
<cfset yourURL = 'delete=true&id=123'>
<cfset yourURLEncripted = encrypt( yourURL, 'yourkey', 'CFMX_COMPAT', 'Base64' )> Cheers
Marco Antonio
On Fri, Jul 31, 2009 at 6:36 AM, Adrian Lynch <adelynch@xxxxxxxxxxxxxx> wrote:
|
|
||||||||||||||||||||||||||
| News | Mail Home | sitemap | FAQ | advertise |