精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● VFP>>〖面向对象〗>>调用ie

主题:调用ie
发信人: foxzz()
整理人: hunter__fox(2002-05-21 10:22:12), 站内信件
ieapp=createobject("internetexplorer.application") 
ieapp.visible=.t. 
ieapp.navigate("http://bbs.netease.com") 
ieapp.gohome 


[关闭][返回]