cfoutput - show hyperlink for visitor

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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 =...
    4. 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...
    5. 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 = "#";...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139