On Thu, 2 Dec 2004 09:58:46 +0800, Cyrus <[EMAIL PROTECTED]> wrote: > Dear All, > > I have a problem of back to the previous page in php..... > I need to create a form let people to fill in .It can let user to preview the > form, if information is not correct , user can back to previous page and > correct it, > I have used the javascript : OnClick='history.go(-1)' and > OnClick='history.back()' in php , but it can not works....pls help me.
The only way I've ever found was to change the form method to GET instead of POST, but that's not always desirable. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php