Edit the cell displaying the results (between the 2 yellow areas) in code view and Delete all the webbot code (Grayed out code) in
the cell
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Stefan, modified the results field as you suggest but I get a warning saying
| that any changes will be overwritten when the page is saved. I must be doinf
| something wrong?
|
| "Stefan B Rusynko" wrote:
|
| > In the DBRW filed displaying the email name (presuming it is not linked as a hyperlink)
| >
| > Edit the results cell in the DBRW table from say
| >
| > <%=FP_FieldVal(fp_rs,"email")%>
| > To
| >
| > <a href="mailto:<%=FP_FieldVal(fp_rs,"email")%>?subject=Re your website details">
| > Email :<%=FP_FieldVal(fp_rs,"email")%></a>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > |I have worked out how to put a clickable email address in a database results
| > | feild but would like to automatically add the same subject line to each
| > | address - so when the user clicks on the address it will say something like
| > | "Re your website details" Obviously I can ammend each one individually but
| > | can we automate this?
| >
| >
| >