|
 |
access_asp thread: RE: Access Hyperlinks
Message #1 by "Mark Brogan" <stmusicdude@j...> on Sat, 2 Feb 2002 05:28:04 -0000
|
|
Can you hide the actual url of a hyperlink and just make a description
text appear as a link?
Mark
Message #2 by "renee" <rculley@n...> on Thu, 7 Feb 2002 23:50:54
|
|
Hi Mark,
<A HREF="page.asp" onMouseover="window.status='Hi there!'; return true"
onMouseout="window.status=' '; return true">Link description here!</A>
This will display "Link description here!" as the link. When you put your
mouse over it.. the display bar at the bottom will say "Hi there!" - you
can customise these.
Renee
> Can you hide the actual url of a hyperlink and just make a description
> text appear as a link?
> Mark
>
Message #3 by "Mark Brogan" <stmusicdude@j...> on Sat, 9 Feb 2002 13:54:33 -0000
|
|
Thanks Reene, not sure I follow tho, and Its my fault because I didn't
explain.
Want I am doing at the moment is putting in fields ie
WEBSITE NAME
Discription
Date added
4th field is URL
however I would prefer to take the link from the database and use it
behind the website name so people could just click it. There must be a
simple way but I am missing it. I am for now using frontpage to pull
the database results
Anyone any idea why I cant use the description you can use in the
table/form in access
-----Original Message-----
From: renee [mailto:rculley@n...]
Sent: 07 February 2002 23:51
To: Access ASP
Subject: [access_asp] RE: Access Hyperlinks
Hi Mark,
<A HREF="page.asp" onMouseover="window.status='Hi there!'; return true"
onMouseout="window.status=' '; return true">Link description here!</A>
This will display "Link description here!" as the link. When you put
your
mouse over it.. the display bar at the bottom will say "Hi there!" - you
can customise these.
Renee
> Can you hide the actual url of a hyperlink and just make a description
> text appear as a link?
> Mark
>
$subst('Email.Unsub').
Message #4 by "mAn[s]o0r aD3nWa|a" <mansoor_adenwala@y...> on Sat, 9 Feb 2002 21:07:38 +0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_008A_01C1B1AD.CDA6E510
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi mark,
well, i dont know how to do it in frontpage, since i havent used it
much, but you could code it manually.
assuming rs is your recordset object
use
<A href=3D "<%=3D rs.Fields.Item("URL").value %>" > <%=3D
rs.Feilds.Item("website_name") %> </A>
the above code should work, its not tested, i just typed it in the email
----- Original Message -----
From: Mark Brogan
To: Access ASP
Sent: Saturday, February 09, 2002 6:54 PM
Subject: [access_asp] RE: Access Hyperlinks
Thanks Reene, not sure I follow tho, and Its my fault because I
didn't
explain.
Want I am doing at the moment is putting in fields ie
WEBSITE NAME
Discription
Date added
4th field is URL
however I would prefer to take the link from the database and use it
behind the website name so people could just click it. There must be
a
simple way but I am missing it. I am for now using frontpage to pull
the database results
Anyone any idea why I cant use the description you can use in the
table/form in access
-----Original Message-----
From: renee [mailto:rculley@n...]
Sent: 07 February 2002 23:51
To: Access ASP
Subject: [access_asp] RE: Access Hyperlinks
Hi Mark,
<A HREF=3D"page.asp" onMouseover=3D"window.status=3D'Hi there!';
return true"
onMouseout=3D"window.status=3D' '; return true">Link description
here!</A>
This will display "Link description here!" as the link. When you put
your
mouse over it.. the display bar at the bottom will say "Hi there!" -
you
can customise these.
Renee
> Can you hide the actual url of a hyperlink and just make a
description
> text appear as a link?
> Mark
>
$subst('Email.Unsub').
$subst('Email.Unsub').
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |