[QUOTE=MikeDE;33242]Dave, dholep, friendly URL will not do what dholep wants.
see, if you want to remove it from the URL only then try in global variables POST and GET thing, didn’t try it but interesting to tell what you will get. This basically doesn’t pass the parameters in the URL itself but uses alternative http header.
another idea is when you have a menu application at start of the project, this will prevent the URL to show all times, it will show “serverpath/projectpath/menu” and will not change when user is working on your project
but (a big but) if you want to DISALLOW the user to type in the url and gets the record which he is not supposed to see, then you have to apply different methodology to get this done, like security and permissions.
because even if you managed to remove the id from the URL, but you have someone who is IQ3+ will check your page source code and type the url with different ID and will still work.[/QUOTE]
Hi Mike,
thank you for your explanation…
yes, we can deceive it by giving the menu so the url is hide by iframe…
another way you said using POST and GET method -> i don’t understand since this application is called by grid link to application and id was parameter.