Windows Media Services SDK banner art
PreviousNext

Adding the Scripting Code

For this SDK, 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 in the <SCRIPT> tags. The code responds to events on the Web pages, such as clicking, and call methods on the File Transfer control. The code also responds to file transfer events, and allows 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>
PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.