Help with FP "variables"?

  • Thread starter Thread starter rsimpson505
  • Start date Start date
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)?
 
Since you are the webmaster, why don't you use a simple "Edit/Replace" in the
code view, and choose all pages in the web?

Jim Fitzgerald
 
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)?
I would stronly suggest that you use a simple form on your site. E-mail
addresses are picked up by the spammers. If you wnat the form contents
shipped to the webmaster, you can certainly do that in only one place.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top