Jump to content

How to click Button


Trym
 Share

Recommended Posts

HTML

<td>                      
<table onclick="javascript: if(FormValidation()){alert(dl_alert);document.orderform.submit();}" class="ButtonTable" cellpadding="0" cellspacing="0">
<tbody><tr><td><img src="/skin1/images/click.png" class="ButtonSide" alt=""></td><td class="Button"><font class="Button">Click Button 1</font></td><td><img src="/skin1/images/click2.png" class="ButtonSide" alt=""></td></tr>
</tbody></table>
</td>
</tr><tr>
    <td>
                      
<table onclick="javascript: if (FormValidation()) { document.orderform.mode.value='add2wl'; document.orderform.submit(); }" class="ButtonTable" cellpadding="0" cellspacing="0">

<tbody><tr><td><img src="/skin1/images/click.png" class="ButtonSide" alt=""></td><td class="Button"><font class="Button">Click Button 2</font></td><td><img src="/skin1/images/click2.png" class="ButtonSide" alt=""></td></tr>
</tbody></table>
    </td>

How to click its

2 button

I need click to button 1

Thank u!

Edited by Trym
Link to comment
Share on other sites

You wil find some information in the help file: User Defined Functions Reference -> IE Management -> _IEFormSubmit -> Remarks.

This will lead you to _IEAction, action: click. Example 1 will do what you need.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

can u give for me code autoit for click its

thank u

Nobody wants to go do your day job while you get paid for it. Same here, Nobody wants to do your work for you. However, if you put together some code and still have a problem getting it to work, then post your code here and more than likely some1 would be happy to look it over and give you some suggestions to get it working properly :blink:. If you prefer having someone else write a script for you, than it would be a lot easier to find a freelance script site, and hiring some1 to write a script for you.

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

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