NetTalk Central

Author Topic: Alert question  (Read 1468 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Alert question
« on: May 30, 2013, 08:32:23 AM »
is possible use p_web.Script('Alert') like this:

 ALERT and CONFIRM windows are now done as jQuery Dialogs.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Alert question
« Reply #1 on: May 31, 2013, 03:50:16 AM »
try

p_web.Script('ntAlert(''Hello Everyone'');')

(not that JavaScript is case sensitive, so be sure to spell ntAlert correctly.)

cheers
Bruce


osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Alert question
« Reply #2 on: May 31, 2013, 04:13:33 AM »
work perfect!!!!! :) :) :) :)