PDA

Click to See Complete Forum and Search --> : ActiveX CAB Compile


BassTeQ
Jul 19th, 2001, 10:32 PM
Im using the standrad image control in a web page but have problems with the

LoadPicture("C:\Inetpub\wwwroot\orange.gif")

Now ofcourse the VBScript that does this is processed on the clients machine so it will not file the file. Now you cannot use a URL (http://itell/orange.gif) when loading a picture into the control. So how can I get tha file on the clients machine so it loads the image locally from there not from my webserver.

Ive tried packing it into the cab file with my OCX control but that doesnt seem to work. Any ideas?
Any help is greatly appreciated.

Thanks