I think he's trying to find a way to remove it from the address bar.
Why, I don't know. If it's something that important, and you're querying on it, combine it with something else that can't be easily guessed in combination with the ID, such as LastName AND ID.
That way people can't look up personal information or whatever, if that's the concern.
If you want even more security, it's simple enough to obfuscate the id by adding gibberish and then parsing it out, or coming up with an encryption scheme...
Main Topics
Browse All Topics





by: afshPosted on 2003-08-19 at 14:48:10ID: 9184207
you must first this address as string then use
?ID=1"
add = "w.webtools.com/areas.aspx
url = mid(add,1,instr(1,add, "?ID="))