NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 02, 2011, 10:53:21 AM

Title: Problem with form refresh from 5.14 to 5.17
Post by: Alberto 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
Title: Re: Problem with form refresh from 5.14 to 5.17
Post by: Alberto 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>
Title: Re: Problem with form refresh from 5.14 to 5.17
Post by: Bruce 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