Jump to content

How can I click on menu item. (onclick="javascript..)


hajs
 Share

Recommended Posts

Hi, I have a problem with clicking in the menu. I use FF.au3 and firefox.

Here ist the source code of web page :

<div id="item12" style="display: none;">
<div id="folder13" style="display: block;">
<table cellspacing="2" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td class="menuCell" width="100%" valign="middle" nowrap="">
<a class="menuLink" onclick="javascript:clickOnFolder(13)" target="basefrm" '="">
<span class="idot">
<b>Info</b>
</span>
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div id="folder14" style="display: none;">

I try click on menu item INFO . I used _FFClick , and _FFXpath ,  but without success.

Can you please advise?

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