Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~224 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Walfort d'Ax

Dear all I have this xml file datechanged.xml: [COLOR=Red]-[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR][B][COLOR=Black]04/02/2006[/COLOR][/B][COLOR=Blue]</[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]</[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] In a Javascript file I have folowing code: [INDENT][COLOR=Black]var xmlDoc = new ActiveXObject("Microsoft.XMLDOM") ; xmlDoc.async="false" ; xmlDoc.load("datechanged.xml") ; xmlObj=xmlDoc.documentElement ; sDate = xmlObj.childNodes(0).firstChild.text; var chDate=new Date(sDate) ;[/COLOR][/INDENT] I alwas get this error: [INDENT][B][B]xmlObj is null or is not …

Member Avatar for alpha_foobar
0
124
Member Avatar for Walfort d'Ax

Dear All, In my "Javascripts\english" folder I have language related javascript files. In one of these files there is a function I want it to get the return value of a function getChangedDate() from a general Javascript file called changes.js in my "Javascripts" folder. I also want to use the …

Member Avatar for Walfort d'Ax
0
100