[Zope] Back button (off topic?)

Passin, Tom tpassin at mitretek.org
Wed Sep 17 11:30:30 EDT 2003


[Gareth Bowker]
> the only thing that springs to mind is that most
> javascript snippets have javascript: in front of them e.g.
> onClick="javascript:history.go(-1);return true;" .

You do not use the "javascript:"  for standard events, like onClick.
You would use it in the value of an href - e.g. 

<a href='javascript:doSomethingSpecial(this)'>

Cheers,

Tom P



More information about the Zope mailing list