Jump to content

Recommended Posts

Posted

Im working within the trend micro corprate web interface. I know I should probably be using _IEACTION to interact with objects in an IE window, but how can I find or reference the object? I looked at the sample form, and it doesnt seem to really be the same thing.

I looked at the source code for the web page, and found code near the SETTINGS button that I am trying to click.

<span id="urlMenu2" onclick="jsShowTableMenu(0,this,1);"><a class="urlbutton" hidefocus="true" onmouseover="ctrlFlag=0;window.status=''; return true;" href="javascript:void(0);"><img src="../images/icon_cofg.gif">Settings <img src="../images/icon_down.gif"></a></span>

Posted

wisem2540,

Look at "_IELinkClickByText", particularly the comment in the "Remarks" section regarding javascript.

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Posted

In that case, I will have to use IEcreate to open the window, and thats ok. But I would also need to target a LOGON button on the main screen then. Can you point me in th right direction? I do have Debug bar installed, if itll help.

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