I thought it was <a href="javascript:history.back(N)">, where N is the
number of jumps back you want to make. I could be wrong about this.
-----Original Message-----
From: Christian Cresante [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2001 13:13
To: php
Subject: Re: [PHP] what is wrong with this sniplet?
I think it should be
... onClick='javascript:self.history.back()'...
--- "Jacky@lilst" <[EMAIL PROTECTED]> wrote:
> Hi people
> Looking for a piece of advice about what is wrong
> with this sniplet and what is the right one. I
> tried to write the html using print(""); as below:
> print("<td>");
> print("<input type='button' value='back'
> onclick='self.history.back()';");
> print("</td>");
>
> what happen was that when the html page was
> generated, that specific part did not apear on the
> page, although the source can be seen using view
> source.
> What did I do wrong?
> cheers
> Jack
> [EMAIL PROTECTED]
> "There is nothing more rewarding than reaching the
> goal you set for yourself"
>
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]