Can someone help me , i have 2 problem :
----------------------------------------
(1). i want to use "RDS.DATACONTROL", but i got an error message like this :
("An Object has failed to load. The Object Will be display as Text")
and i got nothing in the browser, i use this script :
**** ERROR script ****
<object classid="CLSID:BD96C556-65A3-11D0-983A-00C04FC29E33"
id="dsoBJS" width="0" height="0" >
<param name="connect" value="DSN=Pubs">
<param name="server" value="ENDIE">
<param name="SQL" value="Select * from Authors">
</object>
**** end script ****
but when i used this script
**** Script ***
Set DC = Server.CreateObject("RDS.DataControl")
DC.Connect = "DSN = Pubs"
DC.SQL = "Select * from Authors"
DC.Server = "ENDIE"
**** end script ***
i got no error message but i still got nothing in the browser.
I already have ADO 2.5 and IE 5.5 , but i still got that problem.
WHY ? and what should i do ?
PLEASE,PLEASE,PLEASE HELP ME !
(2) i used this script to make a pop-up menu, but it doesn't work properly.
help me please !
***script***
response.write "<a href=book.asp?ID="& book("ID") &"
target=new_window width=250 height=100 toolbar=no address=no>"
response.write " "& book("name")& " "
response.write "</a>"
***end script***
pelase give me a sample !
Thanks in advance
M. YADI M.
bjs52@t...
----------------