From: "Jerry Pereira" <online.je...@gmail.com> > Hi All, > > I would like to know if there is a way to change the URL displayed on > browser without using Redirect option.
Nope, not possible. You need to do that redirection somehow. What the user sees in the address bar is the URL accessed by the browser. If the browser is not told to access a certain URL, how can that URL appear in the address bar? Why don't you want to do that redirection? It is pretty common (and recommended) to do a redirect after POST because in that case the users won't need to meet that ugly warning window that appear if the user does a page refresh after the POST. Octavian