1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML contact us box

Discussion in 'Web Development' started by web2.0, Jan 23, 2008.

  1. web2.0

    web2.0 New Member

    hi,
    im wondering if someone could give me the code for a contact us box.
    and so it will send it to MY email adress thanks.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    form>
    <div style="text-align: left"><input type="button" value="Click Here to Email" onClick="parent.location='mailto:your@email.com?subject=type some subjet info here"></div>
    </form><br>


    Click Here to Email = Can be anything you want.
    your@email.com = your email address
    type some subject info here = Please contact me or Inormation Required or whatever your subject needs to be.

    This a simple method which will put on yourweb page.
     

    Attached Files:

  3. web2.0

    web2.0 New Member

    thanks a bunch
     
  4. t3-web

    t3-web New Member

    Hey Ishkey does this uses outlook or just sends you a normal e-mail?
     
  5. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    It will send to outlook or webmail. Just watch for spam bots. If the show up in your email then try www.dynamicdrive.com/emailriddler/ it is a encryption java script. You can use the link above to do all the coding and paste into your page. And since your web site is ranking in google you are a likely target.
    How did you make that web its great.
    Ishkey