Hello all,
I have a problem to solve ,and i hope you can help me.
In this example:
<table DATASRC="#dsoorder" >
<tr>
<td><span DATAFLD="CODART"></span></td>
<td><span DATAFLD="DESC"></span></td>
</tr>
</table>
I can´t display data with DSO (data binding) ,the data island is in the other page in the top of the frame ,How can i display using databinding (DSO) ? ,i think the problem is how to referencing the data island
But using DOM no problem
<SCRIPT LANGUAGE="VBScript" FOR="window" EVENT="onload">
Set docOrder=top.dsoOrder.XMLDocument
msgbox docorder.xml
</SCRIPT>
Thanks,
Joao Lima
I have a problem to solve ,and i hope you can help me.
In this example:
<table DATASRC="#dsoorder" >
<tr>
<td><span DATAFLD="CODART"></span></td>
<td><span DATAFLD="DESC"></span></td>
</tr>
</table>
I can´t display data with DSO (data binding) ,the data island is in the other page in the top of the frame ,How can i display using databinding (DSO) ? ,i think the problem is how to referencing the data island
But using DOM no problem
<SCRIPT LANGUAGE="VBScript" FOR="window" EVENT="onload">
Set docOrder=top.dsoOrder.XMLDocument
msgbox docorder.xml
</SCRIPT>
Thanks,
Joao Lima