javescript function and vbscript subroutine

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • theminister

    javescript function and vbscript subroutine


    hi gurus

    i have a problem
    i am building a form which has two radio buttons labeled yes and n
    and i want the following functionality

    once i click on any radio button a message should be sent via email t
    a user indicating the name of the button he clicked

    please help me it is urgent
    thank

    theministe
    -----------------------------------------------------------------------
    Posted via http://www.forum4designers.co
    -----------------------------------------------------------------------
    View this thread: http://www.forum4designers.com/message31471.htm

  • Michael Winter

    #2
    Re: javescript function and vbscript subroutine

    On Mon, 12 Jan 2004 09:11:40 -0600, theminister
    <theminister.zx dd9@mail.forum4 designers.com> wrote:
    [color=blue]
    > i have a problem
    > i am building a form which has two radio buttons labeled yes and no
    > and i want the following functionality
    >
    > once i click on any radio button a message should be sent via email to
    > a user indicating the name of the button he clicked[/color]

    You'll need mail form support (provided by either you web host, or a
    third-party) to do this. However before I continue, are you sure you want
    it to be sent when the radio buttons are clicked?* People are in the habit
    of changing their minds...

    Mike


    * If you didn't, actually say how or when you want the message sent

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    • Eric Bohlman

      #3
      Re: javescript function and vbscript subroutine

      theminister <theminister.zx dd9@mail.forum4 designers.com> wrote in
      news:theministe r.zxdd9@mail.fo rum4designers.c om:
      [color=blue]
      > i am building a form which has two radio buttons labeled yes and no
      > and i want the following functionality
      >
      > once i click on any radio button a message should be sent via email to
      > a user indicating the name of the button he clicked[/color]

      That's extremely bad user-interface design. People don't expect clicking a
      radio button (or a checkbox, or a select-box entry, etc.) to initiate an
      *irreversible* action like sending mail or going to a new page. It's a
      very bad idea to make familiar user-interface elements behave in an
      unfamiliar way.

      Comment

      Working...