Re: ASP Message Board

by "Matthew Ohlman" <matthew(at)ohlman.com>

 Date:  Tue, 6 Aug 2002 19:45:12 -0500
 To:  "Joellyn Whitehead" <JWhitehead(at)ilchildcare.org>
 Cc:  <HWG-languages(at)hwg.org>
 References: 
  todo: View Thread, Original
Hi all. Thanks again for all the responses. I have set up the link (like
bellow, thanks Joellyn!), but now I need to know how to make only that ONE
message display when clicked on. Thanks in Advance to all.

Matthew
----- Original Message -----
From: "Joellyn Whitehead" <JWhitehead(at)ilchildcare.org>
To: "'Matthew Ohlman'" <matthew(at)ohlman.com>
Sent: Tuesday, August 06, 2002 1:44 PM
Subject: RE: ASP Message Board


> Hi Matthew,
>
> In the SQL for your recordset, grab everything you want including the
> message subject and id.  Then to display the message subjects as links
that
> when clicked on will take the user to that page (ignore the ..):
>
> ..Do Until objRS.EOF
> ..response.write("<a href='displaymessage.asp?id='" & objRS.fields("id") &
> ">" & objRS.fields("messagesubject") & "</a>")
> ..objRS.movenext
> ..Loop
>
> Personally, I don't think you need to buy any software to learn ASP.  A
site
> recommendation for you if you haven't checked it out yet -
> www.4guysfromrolla.com.  I think it is a really good site, and can be a
big
> help.  Their forums there are pretty good too, but I think advanced users
> can be a bit arrogant at times!
>
> Also in case you're interested, there is a free ASP based bulletin board
> system out there at http://forum.snitz.com/.  If you want to build your
own,
> maybe you could get some ideas from it?
> Hope this helps some!
>
> Joellyn
>

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.