Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jsabarese #1
cfoutput - show hyperlink for visitor
i want to insert hyperlinks from my DB so that the end user can link on the
cfoutput from that datasource query. when setting up the db in MS access, i
defined the data type as a "hyperlink".
my cfoutput is showing up like this #[url]http://sitename.com#[/url]
how do i code in Dreamweaver so the end result doesn't display the number
signs from the db, but instead makes them display as active hyperlinks?
thanks!
jsabarese Guest
-
Allow-tag in Vhost.xml - is it address of .swf or the visitor?
Hello, what is meant by the <Allow>address</Allow> im Vhost.xml? Ist it the address of the visitors PC or is it the address of the... -
dynamically change page sizes according to theresolution of the visitor
I am very new to all of this and have question that may be very easy to answer (I hope) I've created my site... -
checking visitor stay duration on site? how?
Hi, I would like to check how long a visitor stays on my (flash)site. I can start a timer with: starttime = getTimer(), then endtime =... -
getting the IP address of a visitor to a site
Hi all, I am writting a hit counter and would like to get the IP address of a visitor to my site, can anyone point me in the right direction... -
Dynamically Hyperlink and Event Handler for the Hyperlink ?
Hi, I´m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";... -
Ken Ford - *TMM* & PVII #2
Re: cfoutput - show hyperlink for visitor
In your database, don't use Hyperlink as the type, use Text instead.
--
Ken Ford
PVII Support Team
[url]http://www.projectseven.com[/url]
Team Macromedia Volunteer - Dreamweaver
Certified Dreamweaver MX 2004 Developer
"jsabarese" <webforumsuser@macromedia.com> wrote in message news:cvaai8$9im$1@forums.macromedia.com...>i want to insert hyperlinks from my DB so that the end user can link on the
> cfoutput from that datasource query. when setting up the db in MS access, i
> defined the data type as a "hyperlink".
>
> my cfoutput is showing up like this #[url]http://sitename.com#[/url]
>
> how do i code in Dreamweaver so the end result doesn't display the number
> signs from the db, but instead makes them display as active hyperlinks?
>
> thanks!
>
Ken Ford - *TMM* & PVII Guest



Reply With Quote

