NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on April 10, 2015, 03:35:33 AM

Title: Change popup header
Post by: oggy on April 10, 2015, 03:35:33 AM
Little help please. I want to change header of popup "window" on wrong entered information on login page. For now it is "alert". How to change to for example: "warning" ....
My code to call popup is:
loc:alert = 'Warning, login information is NOT correct.'
 p_web.Popup(loc:alert,0)

Nettalk 7.40

[attachment deleted by admin]
Title: Re: Change popup header
Post by: Bruce on April 12, 2015, 11:03:51 PM
p_web.Script('ntAlert("message","title");')
Title: Re: Change popup header
Post by: oggy on April 13, 2015, 03:18:09 AM
Exactly, thank you very much! Again....