Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
case of error > 2) in Apache's httpd.conf, config that specific error to display > /step/1/error > > A simply redirection does the same job. > > Peter > > - Original Message - > From: "Harry Zhu" <[EMAIL PROTECTED]> > To: <[EMAIL PROT

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Peter Bi
error A simply redirection does the same job. Peter - Original Message - From: "Harry Zhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 11:26 AM Subject: Is it possible to change the browser's address/location URL without Redirect? >

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
he needing of such network trip, but not always. Thanks, Harry - Original Message - From: "Andrew Ho" <[EMAIL PROTECTED]> To: "Harry Zhu" <[EMAIL PROTECTED]> Cc: "mod_perl List" <> Sent: Friday, August 09, 2002 4:40 PM Subject: Re: Is it pos

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Andrew Ho
Hello, HZ>I was wondering if that network trip can be avoided. The answer is no. You might be able to use JavaScript to do it on certain browsers, but I'm reasonably sure you can't do it on recent IE and Netscape browsers. Why do you want to do this? You could use or similar if your goal is j

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
gust 09, 2002 11:49 AM Subject: RE: Is it possible to change the browser's address/location URL without Redirect? > One option: > > If there's an erro in form 2, > Save the user's form data in some session variables > Then use a mailto:[EMAIL PROTECTED]] > > Sent: A

RE: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread French, Shawn
One option: If there's an erro in form 2, Save the user's form data in some session variables Then use a mailto:[EMAIL PROTECTED]] > Sent: August 9, 2002 2:26 PM > To: [EMAIL PROTECTED] > Subject: Is it possible to change the browser's address/location URL > without R

Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
Looks like my explanation is too long or too bad. The simple idea is in page step 1, after the ... submitted, I want the browser show something http://www.example.com/step/1/error, instead of http://www.example.com/step/2, if there is a need for user to correct the data submitted. It might be a