Results 1 to 5 of 5

Thread: returning records as hyperlinks

  1. #1
    Join Date
    Mar 2007
    Posts
    2

    returning records as hyperlinks

    Is it possible to return records from a query as a hyperlink by using ASP in FrontPage 2000, if possible please anyone can explain by replying to me.

    thanks in advance.

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    If you are using ASP-db (www.aspdb.com) then this is a simple magic cell.

    Fk

  3. #3
    Join Date
    Apr 2007
    Posts
    1
    select the db fields as links from the DB and then display...

    select '<a href=' || [db field] || '>' || [text field] || '</a>' from table name

    many a times complicated problems have a simple solution....

    for programming you dont need sence, you need common sence

    enjoy....this should do the trick

  4. #4
    Join Date
    Oct 2002
    Posts
    933
    This is indeed a no-brainer solution. When more complex case arise you'll then need more solutions. Go to the web site (of this forum) and take a look at the examples and see how many of the ASP-db solutions you can provide.

    Fk

  5. #5
    Join Date
    Mar 2007
    Posts
    2
    Quote Originally Posted by Frank
    This is indeed a no-brainer solution. When more complex case arise you'll then need more solutions. Go to the web site (of this forum) and take a look at the examples and see how many of the ASP-db solutions you can provide.

    Fk
    Thanks for you suggestion!
    nice examples!

Posting Permissions

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