Página 1 de 1

Iexplorer. ExecuteJS Error ??

Publicado: 28 Feb 2021 13:44
por lazkopat
hello friends plugin generator where am I making mistakes in these codes




Imagen
----------------------------------------------------------------------------------------------------------------
function Ie.ExecuteJS (ObjName, tscript)
loadstring ("value = sIe."..tscript.."")()
if value ~= nil then
return tostring (value);
else
return "";
end
end
----------------------------------------------------------------------------------------------------------------

Ie.ExecuteJS("Plugin1","");

I want these sample codes to work
--------------------------------------------------------------
IExplorer.ExecuteJS("Plugin1", "window.scrollTo(0,document.body.scrollHeight);");
result = IExplorer.ExecuteJS("Plugin1", "value = document.getElementById(id).href; ");
IExplorer.ExecuteJS("Plugin1", "document.getElementById('113800032074542').selectedIndex = 6");
IExplorer.ExecuteJS("Plugin1", "document.getElementsByTagName('örnek').onclick");
IExplorer.ExecuteJS("Plugin1", "document.getElementsByName('örnek')[0].click();");
IExplorer.ExecuteJS("Plugin1", "javascript:void(document.getElementById(\"email\").value=\""..mail.."\");");

can you help me thank you in advance

Re: Iexplorer. ExecuteJS Error ??

Publicado: 01 Mar 2021 15:39
por Pabloko
keep your trash botters for yourself man

Re: Iexplorer. ExecuteJS Error ??

Publicado: 01 Mar 2021 18:19
por lazkopat
Pabloko: my friend, can you help this mess :))

Re: Iexplorer. ExecuteJS Error ??

Publicado: 03 Mar 2021 21:03
por abood1987
This is not a problem, and the correct way to deal with this code can be understood by reading from this page

HIDE: ON
Hidebb Message Hidden Description


I created a simple example look at this example to be understand :

HIDE: ON
Hidebb Message Hidden Description



:) :) :)

Re: Iexplorer. ExecuteJS Error ??

Publicado: 06 Mar 2021 16:50
por lazkopat
abood1987 thank you 🙂

Re: Iexplorer. ExecuteJS Error ??

Publicado: 10 Mar 2021 21:02
por R Landaeta
Graciassss

Re: Iexplorer. ExecuteJS Error ??

Publicado: 08 Sep 2021 19:45
por lumer5050
:dancing: :dancing: :dancing: :dancing: :dancing: :dancing:

Re: Iexplorer. ExecuteJS Error ??

Publicado: 09 Sep 2021 11:16
por RSatria
thanks for the tutorial