Jump to content

Recommended Posts

Posted

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

Posted

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!

Posted

Ah yes, this works. I thought that IEnavigate did not have a loadwait function, i thought the formsubmit was the only function with that.

Tanks alot

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
  • Recently Browsing   0 members

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