NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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]
-
p_web.Script('ntAlert("message","title");')
-
Exactly, thank you very much! Again....