CHTMLDoc::LoadScript Method

Loads a script from URL. If Filename is specified, creates a session URL first and then load the script from that Filename.

C++

void LoadScript(std::wstring Url, std::wstring Filename);

Parameters

Parameters

Description

std::wstring Url

elative URL

std::wstring Filename

Local filename (optional)

Group

CHTMLDoc Methods