HTML binding example:
<INPUT dataFld=PERSONAL_DATALAST_NAME dataSrc=#oXMLSAPData size=40 value="Loading Surname" name=PERSONAL_DATALAST_NAME>
Is there anyway to load the XML into an object on a Netscape page? And once the XML has been loaded to that object how do I populate it to HTML fields?
IE is the only browser that does databinding like that. To do the same in Mozilla/Netscape you'd have to use more standardized DOM methods, or use innerHTML in javascript.
Bookmarks