Re: sending data to a web page
- Posted by Mario Steele <eumario at trilake.net> Mar 05, 2005
- 680 views
Pete Stoner wrote: > > For an existing application I need to open a web page and enter text into one > > of its frames, I have a macro which does it (for IBM Personnel > communications), > but I cannot launch the macro from my program so I need to somehow perform the > same > actions.. Can anyone see how the macro below is doing it and is there a way to > do the same with EU? (you will not be able to access the web page as it is an > intranet site) <snip all the nasty VB Script code> Whew, that was alot to read. But I do know what it is doing. This can be done with Euphoria, and more specifically with EuCOM by Matt Lewis. What you are doing in VB Script, is accessing a COM object, and creating a new instance of Internet Explorer, to do all your web browse detailing. This should be achivable with EuCOM, exact details, I cannot fully express, as I'm not to comprehensive of COM Objects. Matt would actually be a better one to ask about this specific code. Mario Steele http://enchantedblade.trilake.net Attaining World Dominiation, one byte at a time...