NetTalk Central

Author Topic: Windows Popup Message  (Read 706 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Windows Popup Message
« on: November 30, 2023, 03:52:55 AM »
Hi Guys,

Not sure if this is the correct place to ask, but perhaps someone could make a suggestion,

I am looking for a Windows Popup Message template.

For example, when transactions are pending approval in the application database, it should prompt the user and give a popup message accordingly.



Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Windows Popup Message
« Reply #1 on: November 30, 2023, 05:44:33 AM »
Hi rupertvz, you can use any of these:

p_web.Script('window.alert("Your message")')
p_web.popup('message', , 1, 'caption' )
p_web.Message()

Regards

-----------
Regards
Alberto

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: Windows Popup Message
« Reply #2 on: December 01, 2023, 12:44:08 AM »
Thank you Alberto,

But the client needs to be in the web app to receive the message?

Sorry, I left out to say, the popup should happen in the their browser, even if they are on another website,
Or in Windows, perhaps from the tray?

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: Windows Popup Message
« Reply #3 on: December 01, 2023, 01:09:35 AM »
Hi Rupert,
In addition to what Alberto suggested, i hv also used this to popup a message at the browser:

 p_web.Script('ntAlert("Payment Received.","Kaching!");')

regards,
Jason
c11
nt12.62

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: Windows Popup Message
« Reply #4 on: December 01, 2023, 01:28:54 AM »