NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on May 30, 2013, 08:32:23 AM

Title: Alert question
Post by: osquiabro 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.
Title: Re: Alert question
Post by: Bruce 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

Title: Re: Alert question
Post by: osquiabro on May 31, 2013, 04:13:33 AM
work perfect!!!!! :) :) :) :)