Results 1 to 2 of 2

Thread: javascript to submit forms

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default javascript to submit forms

    O k i know how to use HTML to create a form. Now i need to know is there a way to use Javascript to send the form directly to my e-mail address?

    If not a javascript code any other code etc?

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you have a couple of options
    • Form

    Advantage this is the simplest
    Disadvantage: Will also provide a single line that is difficult to decipher if you do not know what you are looking for, can be very confusing
    Method <form action="mailto:email@address.com">


    • PHP

    Advantage Secure, Versatility, Easily Comprehended by humans
    Disadvantage Must have PHP installed and accessible on the server
    Method Tutorials All over dynamic drive and the web

Bookmarks

Posting Permissions

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