> -----Original Message----- > From: Dotan Cohen [mailto:dotancohen@xxxxxxxxx] > Sent: Tuesday, November 04, 2008 1:49 PM > To: Boyd, Todd M. > Cc: php-general@xxxxxxxxxxxxx > Subject: Re: basic php question... > > 2008/11/4 Boyd, Todd M. <tmboyd1@xxxxxxxx>: > > If you're going to go with AJAX (involving Javascript), you may as > well > > just use Javascript: > > > > <?php > > # processing goes here > > ?> > > <script type="text/javascript"> > > history.go(-1); > > </script> > > > > That will not work for users who browse without Javascript enabled, > such as those who use the popular Firefox extension NoScript or who > are browsing from a cellphone / PDA. Repeat: > > If you're going to go with AJAX (involving Javascript), you may as > well > > just use Javascript: Todd Boyd Web Programmer