Clickable Hyperlinks in Database

L

lakedesign

I followed Spiderwebwoman's instructions on creating clickable email
addresses in the DRW, but it gives me a page not found. Any suggestions? (I
use FP2003)

Also, with her instructions to make the hyperlinks open in a new window - I
can't get my FP to accept the added code.

When I highlight the website column, this is the code for it:

<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Website" b-tableformat="FALSE"
b-hashtml="TRUE" b-makelink="TRUE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font><a href=".">Website</a><font
size="-1">&gt;&gt;</font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"Website") & """>" &
FP_Field(fp_rs,"Website") & "</a>"%><!--webbot bot="DatabaseResultColumn"
endspan i-checksum="17700" -->

Anyone have suggestions for these two things?
A appreciate the help
 
K

Kathleen Anderson [MVP - FrontPage]

Inline.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




lakedesign said:
I followed Spiderwebwoman's instructions on creating clickable email
addresses in the DRW, but it gives me a page not found. Any suggestions?
(I
use FP2003)

What are you using as your default email client on your computer?
Also, with her instructions to make the hyperlinks open in a new window -
I
can't get my FP to accept the added code.

It *should* accept it, although it may give you a warning message about
modifying the code.
 
L

lakedesign

Kathleen,
Thank you for your reply.
I'm using Outlook Express.

It did give me a warning when trying to insert code for new window, but
ignored what I typed and went back to original version.
 
K

Kathleen Anderson [MVP - FrontPage]

Inline (again).

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




lakedesign said:
Kathleen,
Thank you for your reply.
I'm using Outlook Express.

The only thing I can suggest is to make sure you are following the
instructions for FP2003 - there are also instructions for FP2002 & FP2000 on
that page and they are different.
It did give me a warning when trying to insert code for new window, but
ignored what I typed and went back to original version.
Instead of typing, try copying and pasting the code from my web page and
change your field name to match what's in your database.
 
K

Kathleen Anderson [MVP - FrontPage]

On this page: http://www.easthamptonct.org/ehbiz/display.asp the code to
open the link in a new window looks like this:

<p><b>Web Site:</b>&nbsp;<%="<a target='_blank' href=""" &
FP_FieldLink(fp_rs,"website") & """>" & FP_FieldVal(fp_rs,"website") &
"</a>"%></p>

HTH,

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
 
L

lakedesign

Kathleen
Sorry about the delay in getting back to you. I don't kow what I'm doing
wrong.
If I paste the code without the grayed out code, then it doesn't work. The
grayed out code is a webbot - does that have anything to do with it? I also
tried the instructions for earlier versions of FP, but the when I right-click
on the column, hyperlink is not an option. I've tried pasting the code in
notepad, inserting the target blank code and repasting into FP - it still
gives me an erorr and reverts back to the orginal code.

Here is the code for both the email and website columns. If you can see
what is wrong with it, I'd appreciate the help. (currently, I don't have the
email column hyperlinked since it doesn't work.)

<td><b>Email Address:</b></td>
<b>Email:</b>><td>
<p>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Email Address" b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>Email Address<font size="-1">&gt;&gt;</font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%=FP_FieldVal(fp_rs,"Email Address")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="34607" -->
</p>
</td>
</tr>
<tr>
<td><b>Website:</b></td>
<td>

<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Website" b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="TRUE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font><a href=".">Website</a><font
size="-1">&gt;&gt;</font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"Website") & """>" &
FP_FieldVal(fp_rs,"Website") & "</a>"%><!--webbot bot="DatabaseResultColumn"
endspan i-checksum="16432" -->
</td>
 
K

Kathleen Anderson [MVP - FrontPage]

For the hyperlink, I don't think you are removing enough code before you
replace it with the code from my site.

You need to remove:

<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="weblink"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="&lt;font
size=&quot;-1&quot;&gt;&amp;lt;&amp;lt;&lt;/font&gt;weblink&lt;font
size=&quot;-1&quot;&gt;&amp;gt;&amp;gt;&lt;/font&gt;"
startspan --><%=FP_FieldVal(fp_rs,"weblink")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="15521" -->

and replace it with

<%="<a target='_blank' href=""" & FP_FieldLink(fp_rs,"weblink") & """>" &
FP_FieldVal(fp_rs,"weblink") & "</a>"%>

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.
 
L

lakedesign

Thank you - that worked!

Now for the email issue - any ideas as to why it doesn't work?
 
K

Kathleen Anderson [MVP - FrontPage]

Phew!

I *think* the clickable email is not working because your field name has a
space in it - you can either try enclosing it in brackets, like this [Email
Address]

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
 
L

lakedesign

I changed the field name for Email Addresses and eliminated the space, but it
still doesn't work.
Should code be eliminated as well for this to work? If so, how would that
be written?

I really appreciate th time you've spent helping me work through these issues.


Kathleen Anderson said:
Phew!

I *think* the clickable email is not working because your field name has a
space in it - you can either try enclosing it in brackets, like this [Email
Address]

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


lakedesign said:
Thank you - that worked!

Now for the email issue - any ideas as to why it doesn't work?
 
K

Kathleen Anderson [MVP - FrontPage]

I just went through the instructions for FP2003
http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp#email with a
field name of emailaddress. It produced the following:

<td>
<a href="mailto:<%=FP_FieldLink(fp_rs,"emailaddress")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="emailaddress"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="&lt;font
size=&quot;-1&quot;&gt;&amp;lt;&amp;lt;&lt;/font&gt;emailaddress&lt;font
size=&quot;-1&quot;&gt;&amp;gt;&amp;gt;&lt;/font&gt;"
startspan --><%=FP_FieldVal(fp_rs,"emailaddress")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="33481" --></a>
</td>

What do you get when you do this?


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




lakedesign said:
I changed the field name for Email Addresses and eliminated the space, but
it
still doesn't work.
Should code be eliminated as well for this to work? If so, how would that
be written?

I really appreciate th time you've spent helping me work through these
issues.


Kathleen Anderson said:
Phew!

I *think* the clickable email is not working because your field name has
a
space in it - you can either try enclosing it in brackets, like this
[Email
Address]

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


lakedesign said:
Thank you - that worked!

Now for the email issue - any ideas as to why it doesn't work?


:

For the hyperlink, I don't think you are removing enough code before
you
replace it with the code from my site.

You need to remove:

<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="weblink"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="<font
size="-1"><<</font>weblink<font
size="-1">>></font>"
startspan --><%=FP_FieldVal(fp_rs,"weblink")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="15521" -->

and replace it with

<%="<a target='_blank' href=""" & FP_FieldLink(fp_rs,"weblink") &
""">" &
FP_FieldVal(fp_rs,"weblink") & "</a>"%>

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




Kathleen
Sorry about the delay in getting back to you. I don't kow what I'm
doing
wrong.
If I paste the code without the grayed out code, then it doesn't
work.
The
grayed out code is a webbot - does that have anything to do with it?
I
also
tried the instructions for earlier versions of FP, but the when I
right-click
on the column, hyperlink is not an option. I've tried pasting the
code
in
notepad, inserting the target blank code and repasting into FP - it
still
gives me an erorr and reverts back to the orginal code.

Here is the code for both the email and website columns. If you can
see
what is wrong with it, I'd appreciate the help. (currently, I don't
have
the
email column hyperlinked since it doesn't work.)

<td><b>Email Address:</b></td>
<b>Email:</b>><td>
<p>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Email Address"
b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat
preview="<font
size="-1"><<</font>Email Address<font size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%=FP_FieldVal(fp_rs,"Email Address")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="34607" -->
</p>
</td>
</tr>
<tr>
<td><b>Website:</b></td>
<td>

<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Website" b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="TRUE" clientside b-MenuFormat
preview="<font
size="-1"><<</font><a href=".">Website</a><font
size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"Website") & """>"
&
FP_FieldVal(fp_rs,"Website") & "</a>"%><!--webbot
bot="DatabaseResultColumn"
endspan i-checksum="16432" -->
</td>


:

On this page: http://www.easthamptonct.org/ehbiz/display.asp the
code
to
open the link in a new window looks like this:

<p><b>Web Site:</b> <%="<a target='_blank' href=""" &
FP_FieldLink(fp_rs,"website") & """>" &
FP_FieldVal(fp_rs,"website") &
"</a>"%></p>

HTH,

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


message
Kathleen,
Thank you for your reply.
I'm using Outlook Express.

It did give me a warning when trying to insert code for new
window,
but
ignored what I typed and went back to original version.

:

Inline.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




message
I followed Spiderwebwoman's instructions on creating clickable
email
addresses in the DRW, but it gives me a page not found. Any
suggestions?
(I
use FP2003)

What are you using as your default email client on your
computer?


Also, with her instructions to make the hyperlinks open in a
new
window -
I
can't get my FP to accept the added code.

It *should* accept it, although it may give you a warning
message
about
modifying the code.
 
L

lakedesign

It works!!!! Yes!!!
I am very happy and really appreciate your assistance!

Kathleen Anderson said:
I just went through the instructions for FP2003
http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp#email with a
field name of emailaddress. It produced the following:

<td>
<a href="mailto:<%=FP_FieldLink(fp_rs,"emailaddress")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="emailaddress"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>emailaddress<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"emailaddress")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="33481" --></a>
</td>

What do you get when you do this?


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




lakedesign said:
I changed the field name for Email Addresses and eliminated the space, but
it
still doesn't work.
Should code be eliminated as well for this to work? If so, how would that
be written?

I really appreciate th time you've spent helping me work through these
issues.


Kathleen Anderson said:
Phew!

I *think* the clickable email is not working because your field name has
a
space in it - you can either try enclosing it in brackets, like this
[Email
Address]

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


Thank you - that worked!

Now for the email issue - any ideas as to why it doesn't work?


:

For the hyperlink, I don't think you are removing enough code before
you
replace it with the code from my site.

You need to remove:

<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="weblink"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="<font
size="-1"><<</font>weblink<font
size="-1">>></font>"
startspan --><%=FP_FieldVal(fp_rs,"weblink")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="15521" -->

and replace it with

<%="<a target='_blank' href=""" & FP_FieldLink(fp_rs,"weblink") &
""">" &
FP_FieldVal(fp_rs,"weblink") & "</a>"%>

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




Kathleen
Sorry about the delay in getting back to you. I don't kow what I'm
doing
wrong.
If I paste the code without the grayed out code, then it doesn't
work.
The
grayed out code is a webbot - does that have anything to do with it?
I
also
tried the instructions for earlier versions of FP, but the when I
right-click
on the column, hyperlink is not an option. I've tried pasting the
code
in
notepad, inserting the target blank code and repasting into FP - it
still
gives me an erorr and reverts back to the orginal code.

Here is the code for both the email and website columns. If you can
see
what is wrong with it, I'd appreciate the help. (currently, I don't
have
the
email column hyperlinked since it doesn't work.)

<td><b>Email Address:</b></td>
<b>Email:</b>><td>
<p>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Email Address"
b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat
preview="<font
size="-1"><<</font>Email Address<font size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%=FP_FieldVal(fp_rs,"Email Address")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="34607" -->
</p>
</td>
</tr>
<tr>
<td><b>Website:</b></td>
<td>

<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES DUE
DATE,DATE PAID,Month Due" s-column="Website" b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="TRUE" clientside b-MenuFormat
preview="<font
size="-1"><<</font><a href=".">Website</a><font
size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"Website") & """>"
&
FP_FieldVal(fp_rs,"Website") & "</a>"%><!--webbot
bot="DatabaseResultColumn"
endspan i-checksum="16432" -->
</td>


:

On this page: http://www.easthamptonct.org/ehbiz/display.asp the
code
to
open the link in a new window looks like this:

<p><b>Web Site:</b> <%="<a target='_blank' href=""" &
FP_FieldLink(fp_rs,"website") & """>" &
FP_FieldVal(fp_rs,"website") &
"</a>"%></p>

HTH,

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


message
Kathleen,
Thank you for your reply.
I'm using Outlook Express.

It did give me a warning when trying to insert code for new
window,
but
ignored what I typed and went back to original version.

:

Inline.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




message
I followed Spiderwebwoman's instructions on creating clickable
email
addresses in the DRW, but it gives me a page not found. Any
suggestions?
(I
use FP2003)

What are you using as your default email client on your
computer?


Also, with her instructions to make the hyperlinks open in a
new
window -
I
can't get my FP to accept the added code.

It *should* accept it, although it may give you a warning
message
about
modifying the code.
 
K

Kathleen Anderson [MVP - FrontPage]

That's great - glad I could help.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


lakedesign said:
It works!!!! Yes!!!
I am very happy and really appreciate your assistance!

Kathleen Anderson said:
I just went through the instructions for FP2003
http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp#email with
a
field name of emailaddress. It produced the following:

<td>
<a href="mailto:<%=FP_FieldLink(fp_rs,"emailaddress")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="emailaddress"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside
b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>emailaddress<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"emailaddress")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="33481" --></a>
</td>

What do you get when you do this?


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




lakedesign said:
I changed the field name for Email Addresses and eliminated the space,
but
it
still doesn't work.
Should code be eliminated as well for this to work? If so, how would
that
be written?

I really appreciate th time you've spent helping me work through these
issues.


:

Phew!

I *think* the clickable email is not working because your field name
has
a
space in it - you can either try enclosing it in brackets, like this
[Email
Address]

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


Thank you - that worked!

Now for the email issue - any ideas as to why it doesn't work?


:

For the hyperlink, I don't think you are removing enough code
before
you
replace it with the code from my site.

You need to remove:

<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,emailaddress,weblink" s-column="weblink"
b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE"
clientside
b-MenuFormat preview="<font
size="-1"><<</font>weblink<font
size="-1">>></font>"
startspan --><%=FP_FieldVal(fp_rs,"weblink")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="15521" -->

and replace it with

<%="<a target='_blank' href=""" & FP_FieldLink(fp_rs,"weblink") &
""">" &
FP_FieldVal(fp_rs,"weblink") & "</a>"%>

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




message
Kathleen
Sorry about the delay in getting back to you. I don't kow what
I'm
doing
wrong.
If I paste the code without the grayed out code, then it doesn't
work.
The
grayed out code is a webbot - does that have anything to do with
it?
I
also
tried the instructions for earlier versions of FP, but the when I
right-click
on the column, hyperlink is not an option. I've tried pasting
the
code
in
notepad, inserting the target blank code and repasting into FP -
it
still
gives me an erorr and reverts back to the orginal code.

Here is the code for both the email and website columns. If you
can
see
what is wrong with it, I'd appreciate the help. (currently, I
don't
have
the
email column hyperlinked since it doesn't work.)

<td><b>Email Address:</b></td>
<b>Email:</b>><td>
<p>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES
DUE
DATE,DATE PAID,Month Due" s-column="Email Address"
b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat
preview="<font
size="-1"><<</font>Email Address<font size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%=FP_FieldVal(fp_rs,"Email Address")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="34607" -->
</p>
</td>
</tr>
<tr>
<td><b>Website:</b></td>
<td>

<!--webbot bot="DatabaseResultColumn"
s-columnnames="Category,CompanyName,FirstName,LastName,Address,City,StateOrProvince,PostalCode,WorkPhone,HomePhone,FaxNumber,Email
Address,Website,Join Date,Notes,Dues Amount,FN2,LN2,FN3,LN3,DUES
DUE
DATE,DATE PAID,Month Due" s-column="Website"
b-tableformat="FALSE"
b-hashtml="FALSE" b-makelink="TRUE" clientside b-MenuFormat
preview="<font
size="-1"><<</font><a href=".">Website</a><font
size="-1">>></font>"
s-ColumnTypes="202,202,202,202,202,202,202,202,202,202,202,202,202,135,203,6,202,202,202,202,135,135,202"
startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"Website") &
""">"
&
FP_FieldVal(fp_rs,"Website") & "</a>"%><!--webbot
bot="DatabaseResultColumn"
endspan i-checksum="16432" -->
</td>


:

On this page: http://www.easthamptonct.org/ehbiz/display.asp the
code
to
open the link in a new window looks like this:

<p><b>Web Site:</b> <%="<a target='_blank' href=""" &
FP_FieldLink(fp_rs,"website") & """>" &
FP_FieldVal(fp_rs,"website") &
"</a>"%></p>

HTH,

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


message
Kathleen,
Thank you for your reply.
I'm using Outlook Express.

It did give me a warning when trying to insert code for new
window,
but
ignored what I typed and went back to original version.

:

Inline.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




message
I followed Spiderwebwoman's instructions on creating
clickable
email
addresses in the DRW, but it gives me a page not found.
Any
suggestions?
(I
use FP2003)

What are you using as your default email client on your
computer?


Also, with her instructions to make the hyperlinks open in
a
new
window -
I
can't get my FP to accept the added code.

It *should* accept it, although it may give you a warning
message
about
modifying the code.
 

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

Top