Search found 2 matches
- Sat Jan 30, 2021 4:49 pm
- Forum: General Discussion
- Topic: Iexplorer. ExecuteJS Error ??
- Replies: 1
- Views: 217
Re: Iexplorer. ExecuteJS Error ??
isn't there someone to help
- Tue Dec 29, 2020 1:16 pm
- Forum: General Discussion
- Topic: Iexplorer. ExecuteJS Error ??
- Replies: 1
- Views: 217
Iexplorer. ExecuteJS Error ??
hello Friends I'm Preparing a Browser Plugin Where am I making a mistake in this code function IE.ExecuteJS(tObjectName,tScript) if tIE == true then Application.Sleep(500); loadstring('sIE.'..''..tScript..'')(); end end For example, I want the following codes to work in the plugin result = IExplorer...