NetTalk Central

Author Topic: Problem with form refresh from 5.14 to 5.17  (Read 3124 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Problem with form refresh from 5.14 to 5.17
« on: March 02, 2011, 10:53:21 AM »
C7.3 NTWS 5.17

Memory form with some controls that refreshed between thems and filters and refresh a browse.
Last compiled: C7.2 NT 5.14, all ok

Now 7.3 and 5.17 nothing refreshes, i need to go to another page and return to the memory form and then it refreshes ok.

Any new feature, any thing I need to change? I checked the Client-side Reset and all is ok.

Please any help.

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

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Problem with form refresh from 5.14 to 5.17
« Reply #1 on: March 02, 2011, 11:06:45 AM »
Found the problem.
I`ve added the following MSN code to have an MSN Button bellow the browse.
How can I fix it?

It is define in the browse proc, as a Xhtml routine, and settled After table.

</br>Please chat to:</br>
<script type="text/javascript" src="http://settings.messenger.live.com/controls/1.0/PresenceButton.js"></script>
<div  id="Microsoft_Live_Messenger_PresenceButton_5128fb35a38c4fcf"
  msgr:width="300"
  msgr:backColor="#D7E8EC"
  msgr:altBackColor="#FFFFFF"
  msgr:foreColor="#424542"
  msgr:conversationUrl="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=5128fb35a38c4fcf@apps.messenger.live.com&mkt=es-SP"></div>
<script type="text/javascript" src="http://messenger.services.live.com/users/5128fb35a38c4fcf@apps.messenger.live.com/presence?dt=&mkt=es-SP&cb=Microsoft_Live_Messenger_PresenceButton_onPresence">
</script>
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Problem with form refresh from 5.14 to 5.17
« Reply #2 on: March 02, 2011, 10:04:03 PM »
your code should be xHtml complaint.
To see the XML errors use the "console" in Firebug, and the XML header in the response.

For starters,
</br>
should be
<br />

Firebug will tell you about any others.

cheers
Bruce