Jump to content

IE > Unnamed elements


Recommended Posts

Dear users,

I'm experiencing some troubles with a webpage which has a button to change some stuff. Now the source looks like this :

<input type="button" class="Button Edit" value="Change" onclick="enableForm();"/>

I also cant get the [button-Instance:1] because its in an iFrame, so i can only select the whole frame. Also the form does not have a name so i do this with get collection. I could do it with elementgetcollection but then im busy for years to find out which elementnumber the button is.

Is there any way to do this otherwise?

Any help appreciated. Java sucks when using IE UDF >_<

Link to comment
Share on other sites

You could try:

_IENavigate($oIFrame, "javascript:enableForm();");

Works to unlock the form but after that my script hangs and won't do anything after that link. To attach the IE again doesnt work either. To search the collection again wont work. Nothing, the whole script hangs lol.

hmm

But thanks for this!

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