Menu

I guess i dont really know what I'm doing...

Help
phcky
2004-05-12
2004-05-12
  • phcky

    phcky - 2004-05-12

    I have had absolutely no exposure to javascript besides simple form objects before this, which probally explains why I have no idea what I'm doing-
    What I basically want to do is use an ASP page to display HyperTextArea (I can handle that part) and when you click through the Show Source and Submitting dialog box, it takes the information inside the form and turns it into a string. (I can then take that string and insert it into an SQL database.)

    Thanks for your help, I feel dumb asking about such a trivial thing but I really have had zero exposure to javascript.

     
    • Keith Alperin

      Keith Alperin - 2004-05-12

      You've got the right idea.  The HTML contents of the HyperTextArea will be available as one one of your HTTP request parameters (it's name will be the name of your HyperTextArea).  Your ASP code can do whatever it wants with that HTML.

      KA

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.