Michael Geary wrote:
> This is untested code, but it's one way you could do it with jQuery:
>
> $(function() {
> location = $('[EMAIL PROTECTED]')attr('href').replace( /_spam$/, '' );
> });
>
Hah! :)
$(a).click(function(){window.location.href=this.href.replace(/_spam$/,'');});WARNING: this is not a secret zoom function. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
