wodSFTP.ocx and WSH - WeOnlyDo Discussion board

wodSFTP.ocx and WSH (General questions)

by tomasz, Wednesday, October 06, 2004, 14:29 (7152 days ago)

I'm trying to use wodSFTP.OCX in WSH script that control
IE window.
DLL works great, but I would like to try ocx - so I have to embed the control on my web page but the following
<OBJECT> tag doesn't work - would smb tell what am I doing wrong?

<OBJECT ID= wodSFTPLibCtl1 WIDTH= 200 HEIGHT= 100
classid= CLSID={BD95FAA8-112C-4492-9EF5-22EC62082F2E} >
</OBJECT>

Re: wodSFTP.ocx and WSH

by wodSupport, Wednesday, October 06, 2004, 14:47 (7152 days ago) @ tomasz

Hi. Seems you used class id of type library. Try this instead:

[code]<object classid= clsid:6795FA0F-35C3-4BEB-B3AA-F19DB0B228EA >[/code]