FREE : IExplorer Object Plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nurmaha
    Forum Member
    • Feb 2013
    • 11

    #91
    how to jum dialogx to page please??

    Comment

    • lib
      Forum Member
      • Jan 2013
      • 32

      #92
      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

      • johnraus
        Indigo Rose Customer
        • May 2004
        • 169

        #93
        Originally posted by lib View Post
        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.
        See it as a challenge to outsmart him ...
        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

        • gabrielleuu3
          Forum Member
          • Aug 2012
          • 3

          #94
          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

          • MikyMoor
            Forum Member
            • Feb 2010
            • 1

            #95
            Hi,

            What about
            IExplorer.SetVisible("web1", true);
            IExplorer.SetVisible("web1", false);

            Comment

            • Ulrich
              Indigo Rose Staff Member
              • Apr 2005
              • 5137

              #96
              Plugin.SetVisible() might work, have you tried?

              Ulrich

              Comment

              • goldc0der
                Forum Member
                • Jan 2006
                • 63

                #97
                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

                • goldc0der
                  Forum Member
                  • Jan 2006
                  • 63

                  #98
                  Originally posted by goldc0der View Post
                  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!
                  Here´s a screeshoot:

                  Comment

                  Working...
                  X