读书人

关于自动填表的,该怎么处理

发布时间: 2012-12-14 10:33:07 作者: rapoo

关于自动填表的
使用 WebBrowser控件

按钮在 名为 frame_asd_asd 的框架中

正常的 GetElementById不能获取到,要怎么做

模拟按键可以 InvokeMember("click") 下拉菜单怎么办?
[最优解释]
webBrowser1->Document->Window->Frames["frame_asd_asd"]->GetElementById("id")->InvokeMember("click");


SetAttribute("value",value)
setAttribute("selectindex",index)
[其他解释]
顶楼上

读书人网 >VC/MFC

热点推荐