16,548
社区成员




void CLocationDlg::OnShow()
{
// TODO: Add your control notification handler code here
UpdateData(TRUE);
CWebPage web;
web.SetDocument(m_myweb.get_Document());
const CString funcName(_T("justmarkfun"));
CComVariant varResult;
web.CallJScript(funcName, m_JD, m_WD, &varResult);
}