Jump to content

Recommended Posts

Posted

I have this button:

<button style="width: 100%" type="submit" onclick="return lanzo3();">Continuar Cierre</button>

and i used this code,but nothing happens:

_IELoadWait ($oIE)
     $o_submit = _IEGetObjByName ($oIE, "submit")
    _IEAction ($o_submit, "click")

:P

Posted

_IEGetObjByAttribute? :P

This one is a little tricky because the html is bad. The element doesn't have a name or id attribute.

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...