NetTalk Central

Author Topic: Example 26 - webclient  (Read 2402 times)

koen

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Example 26 - webclient
« on: February 21, 2012, 12:25:03 AM »
Hi Bruce,
In example 26client.app, when posting:
net.SetValue('MAI__MailBoxName',clip(MailBoxName))
should be change to:
net.SetValue('MAI__Name',clip(MailBoxName))
This to reflect the changes made in the dct.

Cheers

Koen Chen
Nettalk 6.21

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Example 26 - webclient
« Reply #1 on: February 21, 2012, 02:12:27 AM »
thanks Koen.