Change format and text displayed with JavaScript prompt()?

后端 未结 5 1710
天涯浪人
天涯浪人 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:20

    No I don't believe so. The problem was that people would use prompts maliciously so microsoft added that to make it look more like it was a page specific prompt and not a IE prompt.

    You can do an in page dialog with jQuery or something:

    http://www.abeautifulsite.net/blog/2008/12/jquery-alert-dialogs

提交回复
热议问题