PC Review


Reply
Thread Tools Rate Thread

database hyperlink new page

 
 
=?Utf-8?B?RGF5dG9uYSBTdGV2ZQ==?=
Guest
Posts: n/a
 
      2nd Feb 2007
Just starting with databases so be gentle please.......

I've created a data base and actually managed to get it to show up on my
test site. I have hyperlinks to external sites and they work but I would
like them to open in a new window. I understand how to do that in "hypelink
properties" for regular links but I am unable to access hypelink properties
in the database.

Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp

Thanks
 
Reply With Quote
 
 
 
 
David Berry
Guest
Posts: n/a
 
      3rd Feb 2007
You need to add target="_blank" to the hyperlink


"Daytona Steve" <(E-Mail Removed)> wrote in message
news:67975BE5-9CCB-48A8-965B-(E-Mail Removed)...
> Just starting with databases so be gentle please.......
>
> I've created a data base and actually managed to get it to show up on my
> test site. I have hyperlinks to external sites and they work but I would
> like them to open in a new window. I understand how to do that in
> "hypelink
> properties" for regular links but I am unable to access hypelink
> properties
> in the database.
>
> Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
>
> Thanks



 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      3rd Feb 2007
First, remove all the gray code from the area that displays the field, and
then add the target tag, so it looks like this - the trick is to surround
the _blank with single quotes, not double.

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


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"Daytona Steve" <(E-Mail Removed)> wrote in message
news:67975BE5-9CCB-48A8-965B-(E-Mail Removed)...
> Just starting with databases so be gentle please.......
>
> I've created a data base and actually managed to get it to show up on my
> test site. I have hyperlinks to external sites and they work but I would
> like them to open in a new window. I understand how to do that in
> "hypelink
> properties" for regular links but I am unable to access hypelink
> properties
> in the database.
>
> Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
>
> Thanks



 
Reply With Quote
 
=?Utf-8?B?RGF5dG9uYSBTdGV2ZQ==?=
Guest
Posts: n/a
 
      3rd Feb 2007
Worked like a charm, thank you very much

"Kathleen Anderson [MVP - FrontPage]" wrote:

> First, remove all the gray code from the area that displays the field, and
> then add the target tag, so it looks like this - the trick is to surround
> the _blank with single quotes, not double.
>
> <p><b>Web Site:</b> <%="<a target='_blank' href=""" &
> FP_FieldLink(fp_rs,"website") & """>" & FP_FieldVal(fp_rs,"website") &
> "</a>"%></p>
>
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Daytona Steve" <(E-Mail Removed)> wrote in message
> news:67975BE5-9CCB-48A8-965B-(E-Mail Removed)...
> > Just starting with databases so be gentle please.......
> >
> > I've created a data base and actually managed to get it to show up on my
> > test site. I have hyperlinks to external sites and they work but I would
> > like them to open in a new window. I understand how to do that in
> > "hypelink
> > properties" for regular links but I am unable to access hypelink
> > properties
> > in the database.
> >
> > Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
> >
> > Thanks

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RGF5dG9uYSBTdGV2ZQ==?=
Guest
Posts: n/a
 
      3rd Feb 2007


"Kathleen Anderson [MVP - FrontPage]" wrote:

> First, remove all the gray code from the area that displays the field, and
> then add the target tag, so it looks like this - the trick is to surround
> the _blank with single quotes, not double.
>
> <p><b>Web Site:</b> <%="<a target='_blank' href=""" &
> FP_FieldLink(fp_rs,"website") & """>" & FP_FieldVal(fp_rs,"website") &
> "</a>"%></p>
>
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Daytona Steve" <(E-Mail Removed)> wrote in message
> news:67975BE5-9CCB-48A8-965B-(E-Mail Removed)...
> > Just starting with databases so be gentle please.......
> >
> > I've created a data base and actually managed to get it to show up on my
> > test site. I have hyperlinks to external sites and they work but I would
> > like them to open in a new window. I understand how to do that in
> > "hypelink
> > properties" for regular links but I am unable to access hypelink
> > properties
> > in the database.
> >
> > Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
> >
> > Thanks

>
>
>

 
Reply With Quote
 
Tom Miller
Guest
Posts: n/a
 
      25th Feb 2007
"Daytona Steve" <(E-Mail Removed)> wrote in message
news:67975BE5-9CCB-48A8-965B-(E-Mail Removed)...
> Just starting with databases so be gentle please.......
>
> I've created a data base and actually managed to get it to show up on my
> test site. I have hyperlinks to external sites and they work but I would
> like them to open in a new window. I understand how to do that in
> "hypelink
> properties" for regular links but I am unable to access hypelink
> properties
> in the database.
>
> Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
>
> Thanks


If you examine the "html code" for a regular link I believe you will see a
"_blank" in there someplace. If your database has the html linking code
located in the DB, you can add the _link into that code. If the DB display
page has all the html code except the URL address you can add the _blank
directly to the page.

Hope that helps,
Tom



--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
=?Utf-8?B?TWl0Y2g=?=
Guest
Posts: n/a
 
      2nd Apr 2007
Hi im new to frontpage can you help me link my database in access to my link
in frontpage? went through the steps but it doesn't work!

"Daytona Steve" wrote:

> Just starting with databases so be gentle please.......
>
> I've created a data base and actually managed to get it to show up on my
> test site. I have hyperlinks to external sites and they work but I would
> like them to open in a new window. I understand how to do that in "hypelink
> properties" for regular links but I am unable to access hypelink properties
> in the database.
>
> Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
>
> Thanks

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      2nd Apr 2007
Looks like you have links there now

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Mitch" <(E-Mail Removed)> wrote in message news:777C0DB2-9EEE-4C2A-BB83-(E-Mail Removed)...
| Hi im new to frontpage can you help me link my database in access to my link
| in frontpage? went through the steps but it doesn't work!
|
| "Daytona Steve" wrote:
|
| > Just starting with databases so be gentle please.......
| >
| > I've created a data base and actually managed to get it to show up on my
| > test site. I have hyperlinks to external sites and they work but I would
| > like them to open in a new window. I understand how to do that in "hypelink
| > properties" for regular links but I am unable to access hypelink properties
| > in the database.
| >
| > Test site is http://www.bdmcdaytona.com/testdux/agentroster.asp
| >
| > Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink behavior Word 2007: correct page but wrong part of page abird Microsoft Word Document Management 1 21st Apr 2010 07:50 AM
Web page hyperlink to word bookmark goes to top of page =?Utf-8?B?SmFjayBQYXJrZXI=?= Microsoft Word Document Management 5 2nd Aug 2006 09:13 PM
Hyperlink from Database value in a framset page =?Utf-8?B?TWFyY2lh?= Microsoft Frontpage 7 29th Nov 2005 04:59 PM
displaying a hyperlink as a hyperlink on a data access page =?Utf-8?B?Sm8=?= Microsoft Access 0 14th Jul 2005 03:39 PM
Creating a Hyperlink from a Database Results Page =?Utf-8?B?U2FtIEIu?= Microsoft Frontpage 3 27th Jan 2005 10:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:38 AM.