Change format and text displayed with JavaScript prompt()?

后端 未结 5 1683
天涯浪人
天涯浪人 2021-01-25 12:53

I\'m using JavaScript\'s prompt() function.

  var favorite = prompt(\'What is your favorite color?\', \'RED\');

I\'m using IE 7

5条回答
  •  独厮守ぢ
    2021-01-25 13:17

    Short answer: no.

    Longer answer: No, but you can roll your own popups with jQuery's UI library or by hacking up something with the DOM yourself.

提交回复
热议问题