May 7, 2004 #1 CJAI MIS Joined Oct 21, 2003 Messages 224 Location US Any one know of any ways to hide the query strings that you pass between pages so the users cannot see them in the address bar
Any one know of any ways to hide the query strings that you pass between pages so the users cannot see them in the address bar
May 7, 2004 #2 bastienk Programmer Joined Mar 3, 2004 Messages 326 Location CA frames...since the user only sees the framing page... not very elegant though Bastien Cat, the other other white meat Upvote 0 Downvote
frames...since the user only sees the framing page... not very elegant though Bastien Cat, the other other white meat
May 7, 2004 #3 lovejaeeun Technical User Joined Jan 13, 2004 Messages 60 Location US Have you looked at using the POST method instead of GET? Upvote 0 Downvote