Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load data island & DSO

Status
Not open for further replies.

joaol

IS-IT--Management
Joined
Mar 21, 2004
Messages
1
Location
PT
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
 
just a shot in the dark - how about this:

<table DATASRC="javascript:top.dsoOrder.XMLDocument.xml">

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top