dsullinger
MIS
I ahve some VBScript in a web page and once it is completed, I need to download a Zip file.
What would I need to insert int he code to begin the download... what if I also need it to open a new web page?
Thanks
<SCRIPT LANGUAGE="VBScript">
<!--
{stuff happends up here, but clipped out}
MsgBox "Download Ready..."
<!-- Here I need to download -->
MsgBox "Download Complete..."
End Sub
-->
</SCRIPT>
What would I need to insert int he code to begin the download... what if I also need it to open a new web page?
Thanks
<SCRIPT LANGUAGE="VBScript">
<!--
{stuff happends up here, but clipped out}
MsgBox "Download Ready..."
<!-- Here I need to download -->
MsgBox "Download Complete..."
End Sub
-->
</SCRIPT>