wodSFTP.ocx and WSH (General questions)

by tomasz @, (7512 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>

locked

Re: wodSFTP.ocx and WSH

by Jasmine, (7512 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]

locked