Re: Another how do I get started question.

  •  10-16-2004, 7:51 AM

    Re: Another how do I get started question.

    An asp page is just an html page on steriods.  So you must already have a text area somewhere on the page.  The textarea must exist between the <form></form> tags. The form tag must then have an action="" that is either pointing to itself or to another asp page for processing.  If you are using Frontpage to create the connection to the database and the form then you will have to rethink your strategy a little.

     
    You might have to actually create a asp processing page that the form submits to. 
View Complete Thread