Is it possible to make a script that will send me an email, when a user checks a radi

Discussion in 'PHP' started by yyyk9, Nov 11, 2007.

  1. #1
    Is it possible to make a script that will send me an email, when a user checks a radiobox?

    I want to implement this in a sales letter page, and I know you can use the mail function for a lot of things.

    Is it also possible to make it so that when a user's mouse goes over certain text, that you get emailed?
     
    yyyk9, Nov 11, 2007 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Yes, if you use ajax to trigger the event on your server.

    It would be easier, however, to wait until they submit the form.
     
    sarahk, Nov 11, 2007 IP
  3. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can you help me figure out how to do it? They won't be submitting a form. :)
     
    yyyk9, Nov 11, 2007 IP
  4. jonimontana

    jonimontana Well-Known Member

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #4
    make Frame (invisible one)
    and say that onclick on each radiobox the frame location will be the mailer page. :)
     
    jonimontana, Nov 11, 2007 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665