R
rsimpson505
The "mailto:" hyperlink to Webmaster is scattered over several pages on
my site.
e.g.
<a href="mailto:[email protected]">Webmaster</a>
I want to be able to easily change the email address (e-mail address removed) if the
Webmaster changes, and that in every instance.
I am thinking of:
<a href="mailto:wm_email">Webmaster</a>
where somehow the value of wm_email is changed in one place (i.e. is a
variable).
I have tried using Web Component / Substituion for this but this just
displays the value after HTML interpretation; I need it before.
Is there a way to achieve this is standard FP2003 (no scripts)?
my site.
e.g.
<a href="mailto:[email protected]">Webmaster</a>
I want to be able to easily change the email address (e-mail address removed) if the
Webmaster changes, and that in every instance.
I am thinking of:
<a href="mailto:wm_email">Webmaster</a>
where somehow the value of wm_email is changed in one place (i.e. is a
variable).
I have tried using Web Component / Substituion for this but this just
displays the value after HTML interpretation; I need it before.
Is there a way to achieve this is standard FP2003 (no scripts)?