Hello. I created some simple tables and am bringing text as a string from some of my scripts into an HTML view and it doesn't view properly in Internet Explorer (IE just shows a blank page) but it looks right on Firefox.
QUESTION?> Is there some specific settings to make these HTML views work on all browsers? My clients use a mixture of IE and Firefox. I need my apps to work on both.
Any help would be greatly appreciated.
Thanks.
Update:
I get this script error with IE version 8
Webpage error details
User Agent: Mozilla/4.0 (compatible; Windows; U; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sat, 3 Oct 2009 18:35:21 UTC
Message: 'undefined' is null or not an object
Line: 1
Char: 114405
Code: 0
URI: http://js.zohostatic.com/creator/ZOHOCREATOR_M38_1_HOTFIX_BRANCH_Sep_22_2009/js/zcliveapp.js
ADDITIONAL UPDATE:
This problem seems to occur when I'm using a Table generated by a STRING field into the HTML view. When I just put regular text, it shows it on IE.