how to jum dialogx to page please??
Announcement
Collapse
No announcement yet.
FREE : IExplorer Object Plugin
Collapse
X
-
IExplorer.SetHTML - not work at all.
IExplorer.GetHTML - not work at all.
IExplorer.Save and IExplorer.SaveAs - not work in silent mode (only built-in dialog mode).
IExplorer.SetEnabled and IExplorer.IsEnabled - not provided
Tested at Win7 x64 for web-interfaced applications.
It seems Reteset made something for kids to play or for demonstration of his "powerful" opportunities.
How much for full version (not demo), hm?
PS. Why so critical? Some peoples on this forum waste a lot their time to find solutions for their needs. I want to believe there are more useful things than useless on this forum.
Comment
-
Originally posted by lib View PostIt seems Reteset made something for kids to play or for demonstration of his "powerful" opportunities. How much for full version (not demo), hm?
PS. Why so critical? Some peoples on this forum waste a lot their time to find solutions for their needs. I want to believe there are more useful things than useless on this forum.
and create a better solution for our problems
I'm not that smart, and I utilize this plugin a lot (on win7 64b)
though, I would like it to scratch my back ....
still haven't found out how to make it do that
I also can't figure out how your PS contributes to this forum :lol
Comment
-
Hi!
Is there a way to execute a javascript using IExplorer.ExecuteJS("Plugin1", ""); , a script that return a value, and then store that value in a local variable ?!
Eg. :
result = IExplorer.ExecuteJS("Plugin1", "value = document.getElementById(id).href; ");
I know that 'result' is a boolean value.
Is possible to return in a local value the content of value from javascript ?
Comment
-
I´m getting an error each time i put the mouse over one button on a website:
Error: '=' expected near '$'
I tried to add these lines on the OnNavigated tab on the IExplorer Plugin:
IExplorer.ExecuteJS("Web_Main", "function noError () {return true;} window.onerror = noError;");
IExplorer.SetSilent("Web_Main", true);
No luck... the error remains... can you give some help plz?
Thank You!
Comment
-
Originally posted by goldc0der View PostI´m getting an error each time i put the mouse over one button on a website:
Error: '=' expected near '$'
I tried to add these lines on the OnNavigated tab on the IExplorer Plugin:
IExplorer.ExecuteJS("Web_Main", "function noError () {return true;} window.onerror = noError;");
IExplorer.SetSilent("Web_Main", true);
No luck... the error remains... can you give some help plz?
Thank You!
Comment
Comment