Re: Call a code on click ?? (I think)

Re: Call a code on click ?? (I think)

am 29.03.2008 10:37:27 von Andrew Murray

No, all this script is doing is "fudging" your email address so it can't be
picked up by spammers.

You just insert the entire script, in the section of your Code (turn
to Code View in FP) and paste it to the point where you want the email
address to appear.

Then preview the page (in Browser rather than FP Preview).

You will see it comes up like a normal mailto email link. but if you then
go Right click View Source, you will see the javascript code instead of the
standard mailto a href link.

You don't need to "onclick" or "onLoad" this one, it just runs when you view
the normal HTML page.

Andrew.

"Wayne-I-M" wrote in message
news:9C9F14D2-0DB7-4BB3-BADE-18269CC2DB6B@microsoft.com...
> Hi
>
> I got this code from a post from Don (9/28/2004 9:32 AM PST) in this
> group.
> I have been trying to get it to work - but can't :-(
>
> Is it like an access module - do I call it from an OnClick event?
>
> Does it go in the head or the body. I know this will be really simple for
> a
> frontpage expert (which I am "not")
>
> Thank you for your help
>
>
>
>
>
> --
> Wayne
> Manchester, England.
>

Re: Call a code on click ?? (I think)

am 29.03.2008 11:03:01 von WayneIM

Thank you

--
Wayne
Manchester, England.



"Andrew Murray" wrote:

> No, all this script is doing is "fudging" your email address so it can't be
> picked up by spammers.
>
> You just insert the entire script, in the section of your Code (turn
> to Code View in FP) and paste it to the point where you want the email
> address to appear.
>
> Then preview the page (in Browser rather than FP Preview).
>
> You will see it comes up like a normal mailto email link. but if you then
> go Right click View Source, you will see the javascript code instead of the
> standard mailto a href link.
>
> You don't need to "onclick" or "onLoad" this one, it just runs when you view
> the normal HTML page.
>
> Andrew.
>
> "Wayne-I-M" wrote in message
> news:9C9F14D2-0DB7-4BB3-BADE-18269CC2DB6B@microsoft.com...
> > Hi
> >
> > I got this code from a post from Don (9/28/2004 9:32 AM PST) in this
> > group.
> > I have been trying to get it to work - but can't :-(
> >
> > Is it like an access module - do I call it from an OnClick event?
> >
> > Does it go in the head or the body. I know this will be really simple for
> > a
> > frontpage expert (which I am "not")
> >
> > Thank you for your help
> >
> >
> >
> >
> >
> > --
> > Wayne
> > Manchester, England.
> >
>
>
>