Flexigrid - Lightweight but rich data grid |
[eluser]Balaji ASP[/eluser]
[quote author="paulopmx" date="1208402076"][quote author="Balaji ASP" date="1208373956"]Nice, very nice. Thx my friend...!! i used this query for my applications it's works good... I’ve just noticed when I run it in ie7 server 2003: I get an error saying Line: 402 ‘id is null or not an object’. xp: I get an error saying Line: 403 ‘id is null or not an object’. here is the link http://synergiq.co.uk/test/flexigrid/ plz help me my friend... ASAP...[/quote] Hi Balaji, Here is your problem at the last part of asp file that generates the JSON FILE Code: {id:'245', cell:['245', 'collin','sharples','green','200','sleepy','70','female','76 water terrace','15 rue des begognas','76 water terrace','45 rue de la liberte','london bridge (right under it)','Australia','Bourgogne','1']}, as you can see there is a comma after "'Bourgogne','1']}" what happens is that IE is expecting another array object, but the truth is there isn't anymore. Firefox tries to fix this automatically, but IE requires you to fix it and follow proper array format.[/quote] Thx Thx Thx my friend... for your valuable replay!! :-) now it's working fine... in IE7,Mozilla and other browsers here is the code i used with your suggestion Code: <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> Thx once again my friend... :-) |
Welcome Guest, Not a member yet? Register Sign In |