Re: dll calling a js file (that is present online)



"pragnyan" <viveksekar@xxxxxxxxx> wrote in message
news:1127803843.223110.3760@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I created a toolbar for IE, and its function is to load an appropriate
> js file on different user actions. Currently the js file is present in
> the client system and works fine. But we deicded to have the js file
> online due to the numerous number of updates, and now the on each
> button click the js file should be laoded from its online location. is
> this possible? by just changing the path of the js file? or is there
> any other specific function to handle such situations.
> currently the js file is laoded into a buffer and then executed from
> the buffer.

If you are asking how to download a file from a URL, see
URLDownloadToFile, URLOpenPullStream et al.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.