最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

startDownload Method

Internet Development Index

Downloads the specified file.

Syntax

download.startDownload(sUrl, fpCallback)

Parameters

sUrl Required. String爐hat specifies the location of the file to download.
fpCallback Required. Function pointer that specifies the code to execute after the download is complete.

Return Value

No return value.

Remarks

The callback function pointer takes a single parameter. When a file downloads successfully, the file contents are passed as the parameter and are accessible in script.

The startDownload method returns only the content of text documents. If a different document format is downloaded, the format is returned, but the file content is not.

Note  In order to use the startDownload method with Microsoft® Visual Basic® Scripting Edition (VBScript), you need to use the GetRef to obtain a function pointer. The function pointer can then be passed to startDownload.

The following sample code shows a callback function.

// The callback function accepts one parameter.
function fnCallBack(vData){
/* vData stores the downloaded file content.
The content can be split into an array,
written to another file, or processed in a form.
*/
var aData=vData.split("\n");
}

Examples

This example uses the startDownload method to begin downloading a file when the user clicks the link. In addition, the specified callback function, onDownloadDone, is notified when the download is complete.

<HTML XMLNS:MSIE >
<MSIE:DOWNLOAD ID="oDownload" STYLE="behavior:url(#default#download)" />
<SCRIPT>
function onDownloadDone(s) { alert (s); }
</SCRIPT>
<P>Click <A HREF="javascript:oDownload.startDownload('download.htm',
onDownloadDone)">here</A> to download this page.
This feature requires Microsoft® Internet Explorer 5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

This example demonstrates using the download behavior with VBScript.

<HTML XMLNS:IE>
<SCRIPT LANGUAGE="VBScript">
Function onDownloadDone(s)
MsgBox s
End Function
</SCRIPT>
<IE:DOWNLOAD ID="oDownload" STYLE="behavior:url(#default#download)" />
<button
onclick="vbscript:oDownload.startDownload 'downloadvb.htm', GetRef('onDownloadDone')">
Download File</button>

Standards Information

There is no public standard that applies to this method.

Applies To

download
宝清县| 漾濞| 正定县| 乐山市| 吉木乃县| 思茅市| 兴业县| 石柱| 讷河市| 无棣县| 长丰县| 金门县| 那曲县| 九江市| 米脂县| 临澧县| 淮安市| 文安县| 金沙县| 兰坪| 永清县| 昌吉市| 茌平县| 香格里拉县| 威信县| 彩票| 永和县| 伊吾县| 永吉县| 阿克| 志丹县| 武乡县| 三江| 娱乐| 瑞丽市| 上高县| 霍邱县| 长兴县| 仙居县| 资阳市| 左权县|