Показать сообщение отдельно
  #8 (permalink)  
Старый 26.02.2010, 13:37
Аспирант
Отправить личное сообщение для underW Посмотреть профиль Найти все сообщения от underW
 
Регистрация: 31.03.2009
Сообщений: 81

Kolyaj, согласен - асинхронной есть функция, а не объект, согласен.


Note that the MessageBox is asynchronous. Unlike a regular JavaScript alert (which will halt browser execution), showing a MessageBox will not cause the code to stop. For this reason, if you have code that should only run after some user feedback from the MessageBox, you must use a callback function
Ответить с цитированием