Hello,

I am trying to create a small post forum that via a database, the asp code displays a topic, author, and date submitted. on clicking the post, the messages of the user appears.
I tried to write a javascript function to perform the show/hide feature. I can make it work with only text
Code:
<p class="posthidden" id="showhide">msg: some text</p>
but not with the database...