R
rmc
Hi:
I've set up a database and an ASP form page that basically will search based
on either first, maiden or last name (for my HS reunion) and display contact
info for the person whose name is typed in.
The code that FP2003 generates is as follows (along with the manual tweak to
get it to be a mailto
<a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,First,Maiden,Last,Address1,Address2,City,State,Zip,Phone1,
Phone2,Email" s-column="Email" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>Email<font
size="-1">&gt;&gt;</font>" startspan
s-ColumnTypes="3,202,202,202,202,202,202,202,202,202,202,202" --><%=FP_Field
Val(fp_rs,"Email")%><!--webbot bot="DatabaseResultColumn" endspan
i-checksum="8328" --></a>
The result I get is this:
[email protected]#http://[email protected]#
It's adding the extra "#http://[email protected]#"
How do I prevent this from happening?
Thanks,
Rich
--
***************************************************************
Regards,
Richard M. Coda
PC Type Graphic Design
I've set up a database and an ASP form page that basically will search based
on either first, maiden or last name (for my HS reunion) and display contact
info for the person whose name is typed in.
The code that FP2003 generates is as follows (along with the manual tweak to
get it to be a mailto
<a href="mailto:<%=FP_FieldLink(fp_rs,"Email")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,First,Maiden,Last,Address1,Address2,City,State,Zip,Phone1,
Phone2,Email" s-column="Email" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>Email<font
size="-1">&gt;&gt;</font>" startspan
s-ColumnTypes="3,202,202,202,202,202,202,202,202,202,202,202" --><%=FP_Field
Val(fp_rs,"Email")%><!--webbot bot="DatabaseResultColumn" endspan
i-checksum="8328" --></a>
The result I get is this:
[email protected]#http://[email protected]#
It's adding the extra "#http://[email protected]#"
How do I prevent this from happening?
Thanks,
Rich
--
***************************************************************
Regards,
Richard M. Coda
PC Type Graphic Design