Adding the Scripting Code


For this SDK, Visual Basic Scripting Edition (VBScript) is used. First you must notify the browser which scripting language you intend to use, and then include the scripted commands in a comment. Put the SCRIPT tag anywhere in the BODY and embed the comment-surrounded code within the SCRIPT tags. The code will respond to events on the Web pages, such as clicking, and call methods on the file transfer control. The code will also respond to file transfer events and allow the application to read information about the file transfer, take appropriate action, and notify the user about the status and progress of the transfer.


<SCRIPT LANGUAGE="VBScript">
<!--...-->
</SCRIPT>

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.