NetTalk Central

Author Topic: Change popup header  (Read 3449 times)

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Change popup header
« 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]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Change popup header
« Reply #1 on: April 12, 2015, 11:03:51 PM »
p_web.Script('ntAlert("message","title");')

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Re: Change popup header
« Reply #2 on: April 13, 2015, 03:18:09 AM »
Exactly, thank you very much! Again....