Jump to content

Problems with submitting IE Form


Recommended Posts

Hi all,

I have some trouble with submitting a form. The form is filled in correctly (it checks a radiobutton), but it doesnt submit. I tried it with _IEFormSubmit($oForm) and _IEAction($oForm, "click") (found on the forum) but both just check the radiobutton but won't submit. Any ideas why?

SOLVED!

The solution was to do it like this:

$buy = _IEFormElementGetObjByName($oForm, "koop")
 _IEAction($buy, "click")
Edited by PcExpert
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...