On 3/12/01 3:31 AM, "Nguyen Duc Hai" <[EMAIL PROTECTED]> wrote:
>
> It run with message: "Script Error"
Well, looking again at your script:
on mouseUp me
gotoNetPage "yahoo.com"
set WndList = baWindowList( "" ,"Microsoft Internet Explorer" , false )
set OK = baCloseWindow( WndList[1])
End
First off, do you initiate the budapi xtra?:
Global gBuddy
On startmovie
gBuddy = new(xtra "budapi")
End
So that the above "baWindowList" isn't ignored?
Also, doesn¹t' the above just launch a browser, go to that url, then
immediately CLOSE that window?
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]