Jump to content

Recommended Posts

Posted

I have an ASP web page that I call into an Autoit GUI which works great using the _IECreateEmbedded.

I am running into a small bump in the road trying to assign a value from an Autoit Control to an ASP variable so the page and use it

Unless I am missing something the _IEFormElementSetValue only works with forms.

So can this be done? If so how?

Thanks

Posted

Nevermind I am an idiot. :shocked:

Used the _IEFormElementSetValue to set and submit the form to the ASP page (all behind the seen) then used the Request.Form() on the ASP page to get the values.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...