I'm stuck here. i've got code like this on my 'menu' frame
**********************************
<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
ID="objSControl" width="1" height="1">
<param NAME="SERVER" VALUE="</object>
<script language="VBScript">
.
.
.
private sub Load()
objSControl.ExecuteOptions = adcExecSync
objSControl.FetchOptions = adcFetcBackground
'define SQL
objSControl.SQL = "Select * from assets"
objSControl.Connect objSControl.Refresh
end sub
</script>
*************************************
and i want to reference and use the object on a different frame, seeing as it already downloaded my data to the client, to display the data in different pages through this frame
i'm doing stuff like this on the 'results' frame:
.
.
<table cellpadding=5 border=1 datasrc="#Parent.menu.objSControl">
<TDBODY>
.
.
any suggestions?
thanks
joe [sig][/sig]
**********************************
<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
ID="objSControl" width="1" height="1">
<param NAME="SERVER" VALUE="</object>
<script language="VBScript">
.
.
.
private sub Load()
objSControl.ExecuteOptions = adcExecSync
objSControl.FetchOptions = adcFetcBackground
'define SQL
objSControl.SQL = "Select * from assets"
objSControl.Connect objSControl.Refresh
end sub
</script>
*************************************
and i want to reference and use the object on a different frame, seeing as it already downloaded my data to the client, to display the data in different pages through this frame
i'm doing stuff like this on the 'results' frame:
.
.
<table cellpadding=5 border=1 datasrc="#Parent.menu.objSControl">
<TDBODY>
.
.
any suggestions?
thanks
joe [sig][/sig]