level 14
win=CreateWindow("Basic Blitz Web Browser",100,100,800,600,0,35)
html = CreateHtmlView(0,0,800,600,win)
SetGadgetLayout html,1,1,1,1
HtmlViewGo html,"http:\\www.baidu.com"
Repeat
id = WaitEvent()
If id=$803 Then Exit
Forever
End
2012年07月14日 05点07分


