Is there any way for Servoy to send out commands to internet explorer?
I need to create a method that will basically hit the REFRESH button for me in the current internet explorer window. any chance servoy can send out that command?
thanks
Is there any way for Servoy to send out commands to internet explorer?
I need to create a method that will basically hit the REFRESH button for me in the current internet explorer window. any chance servoy can send out that command?
thanks
no servoy can’t do this.
You need a native library for this (that is a plugin in servoy)
so is there a plugin in servoy to handle this situation? where can i obtain such a plugin?
jcompagner:
no servoy can’t do this.
You need a native library for this (that is a plugin in servoy)
I am pretty sure you can do this with Windows Scripting Host. You may be able to write a script and execute the script from within Servoy. Windows Scripting Host (WSH) is very powerful and is now included with IE6. It allows you to manipulate IE6 and much more. You can pick up a used copy of the “Windows Script Host Programmer’s Reference” at amazon.com for 79 cents at:
As stated in the book’s description, ‘a script can be created with a simple text editor like Notepad, and used to control any process for which an object model exists’.