Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving data island field names sample code
Message
From
10/08/2001 11:54:27
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Retrieving data island field names sample code
Miscellaneous
Thread ID:
00542328
Message ID:
00542328
Views:
45
UT destroys the html code in my previous message, so I post it again.
to run it, make the following modifications:

1. replace [ with <
2. replace ] with >
[html][body]

[xml id="result" javaDSOCompatible="true"]
[mytable xmlns:dt="urn:schemas-microsoft-com:datatypes"]
[row]
	[field1  dt:dt="string"]value1[/field1]
[/row]
[/mytable]
[/xml]

[script]

// this returns 2
alert( 'Field count ' + result.recordset.Fields.Count );

// this for loop is not executed! Why?
for ( f in result.recordset.Fields )  
       alert( 'Field name ' + f.Name );
[/script]
[/body][/html]
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform