input dialog

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

    input dialog

    How do I create an input dialog, say, where you require a single line of
    text from a user upon entering a page? Thanks, Ike


  • kaeli

    #2
    Re: input dialog

    In article <ZPUKb.30855$IM 3.19711@newsrea d3.news.atl.ear thlink.net>,
    rxv@hotmail.com enlightened us with...[color=blue]
    > How do I create an input dialog, say, where you require a single line of
    > text from a user upon entering a page? Thanks, Ike
    >
    >
    >[/color]

    prompt

    var ans = prompt("What is your name?");

    --
    --
    ~kaeli~
    If it's tourist season, why can't we shoot them?



    Comment

    • Ike

      #3
      Re: input dialog

      I'm sorry kaeli...I meant to ask if I can do it with a dropdown combobox
      rather than an input text. -Ike

      "kaeli" <tiny_one@NOSPA M.comcast.net> wrote in message
      news:MPG.1a65df 1ee5f74c2c989a8 0@nntp.lucent.c om...[color=blue]
      > In article <ZPUKb.30855$IM 3.19711@newsrea d3.news.atl.ear thlink.net>,
      > rxv@hotmail.com enlightened us with...[color=green]
      > > How do I create an input dialog, say, where you require a single line of
      > > text from a user upon entering a page? Thanks, Ike
      > >
      > >
      > >[/color]
      >
      > prompt
      >
      > var ans = prompt("What is your name?");
      >
      > --
      > --
      > ~kaeli~
      > If it's tourist season, why can't we shoot them?
      > http://www.ipwebdesign.net/wildAtHeart
      > http://www.ipwebdesign.net/kaelisSpace
      >[/color]


      Comment

      Working...