Jump to content

Have problem with clicking in button


Recommended Posts

I cant fig it out how to click this button ....

<table class="main header_table">
        <tr>
            <td>
                <div id="trader_teleport">  <form style="float:left;" id="teleport_form" name="teleport_form" action="http://pl1.xhodon.pl/xhodon/additional/trader.php?type=teleport&ttype=" method="POST">
            <table id="teleport_table" class="header_table" style="width:100%;">
                <tr class="header">
                    <th class="left">z pałacu </th>

                    <th class="middle">&nbsp;</th>
                    <th class="right">do pałacu </th>
                </tr>
                <tr>
                    <td class="left">
                                                                            <select name="selected_palace_id" onchange="return ajax_submit('teleport_form');">
                                                        <option name="palace" value="625"  selected="selected"  >DarkStell</option>
                                                        <option name="palace" value="17848"  >DarkForge</option>

                                                        <option name="palace" value="22302"  >DarkReactor</option>
                                                        </select>
                                            </td>
                    <td class="middle">
                        &nbsp;
                    </td>
                    <td class="right">
                                                                            <select name="selected_to_palace_id" onchange="return ajax_submit('teleport_form');">

                            <option name="to_palace" value=""></option>
                                                                                                                                                <option name="to_palace" value="17848"  >DarkForge</option>
                                                                                                                        <option name="to_palace" value="22302"  >DarkReactor</option>
                                                                                        </select>
                                            </td>
                </tr>
                                                                <tr>
                    <td class="left">

                        <img src="http://pl1.xhodon.pl/xhodon/gfx//icons/essenz.png" alt="Esencje" style="float:left; height:18px;"/>
                        <span  style="float:left;">&nbsp;<span transfer="0">1.063.911</span>&nbsp;</span>
                        <input class="input_txt" name="amount[0]" type="text" onkeyup="return false;" value="0" />
                    </td>
                    <td class="middle">
                        &nbsp;                  </td>
                                    <td class="right">&nbsp;</td>
                                </tr>

                                <tr>
                    <td class="left">
                        <img src="http://pl1.xhodon.pl/xhodon/gfx//icons/kristall.png" alt="Odłamki Kryształu " style="float:left; height:18px;"/>
                        <span  style="float:left;">&nbsp;<span transfer="1">777.482</span>&nbsp;</span>
                        <input class="input_txt" name="amount[1]" type="text" onkeyup="return false;" value="0" />
                    </td>
                    <td class="middle">
                        &nbsp;                  </td>

                                    <td class="right">&nbsp;</td>
                                </tr>
                                <tr>
                    <td class="left">
                        <img src="http://pl1.xhodon.pl/xhodon/gfx//icons/kraftstein.png" alt="Kamienie " style="float:left; height:18px;"/>
                        <span  style="float:left;">&nbsp;<span transfer="2">273.654</span>&nbsp;</span>
                        <input class="input_txt" name="amount[2]" type="text" onkeyup="return false;" value="0" />
                    </td>

                    <td class="middle">
                        &nbsp;                  </td>
                                    <td class="right">&nbsp;</td>
                                </tr>
                                <tr>
                    <td class="left">
                        <img src="http://pl1.xhodon.pl/xhodon/gfx//icons/goldharz.png" alt="Złoto " style="float:left; height:18px;"/>
                        <span  style="float:left;">&nbsp;<span transfer="3">178.088</span>&nbsp;</span>

                        <input class="input_txt" name="amount[3]" type="text" onkeyup="return false;" value="0" />
                    </td>
                    <td class="middle">
                        &nbsp;                  </td>
                                    <td class="right">&nbsp;</td>
                                </tr>
                                                        <tr>
                    <td class="left">&nbsp;</td>

                    <td class="middle">
                        <button class="btn_120_46" id="teleport_button" type="submit" name="update" value="now" onclick="return false;">  ;  <-------THIS ONE ....
                            <table class="black"><tr><td>Aktualizacja<br /> widoku</td></tr></table>
                        </button>
                    </td>
                    <td class="right">&nbsp;</td>
                </tr>

                            <tr>
                    <td class="left">
                    &nbsp;
                    </td>
                    <td class="middle">
                                                                        <button class="btn_120_46" id="teleport_button" type="submit" name="teleport" value="now" onclick="ajax_submit('teleport_form', false, {'teleport':'now'}); return false;">    ;  <-------THIS ONE ....
                                <table><tr><td>teleportacja <br /><small>( 3 Runy )</small></td></tr></table>
                            </button>

                                                                </td>
                    <td class="right">
                                        &nbsp;
                                        </td>
                </tr>
                <tr style="height:4px;">
                  <td style="padding:0px;" class="bottom_even_first"></td>
                  <td style="padding:0px;" class="bottom_odd_middle"></td>
                  <td style="padding:0px;" class="bottom_even_last"></td>

                </tr>
            </table>
    </form>
<p>Jeżeli bohater atakującego gracza znajduje w obrębie 3 obszarów od ciebie, to teleportacja nie jest możliwa. .</p></div>
            </td>
        </tr>
    </table>
    </div>
</div>

and then second one almost same thing pic below if its help

Posted Image

Link to comment
Share on other sites

Hover the mouse to aim and right click. Everything is simple.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>AutoIt</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/default.css" rel="stylesheet" type="text/css">
</head>

<body>
<p align="center"><img src="images/autoit_6_240x100.jpg" width="240" height="100" border="1">
</p>
<p align="center"><strong>v3.2.12.0</strong></p>
<p align="center">©1999-2008 Jonathan Bennett & <a href="credits.htm">AutoIt 
  Team</a></p>

<p align="center"><a class="ext" href="http://www.autoitscript.com/autoit3/">AutoIt v3 Homepage</a></p>
<H1>Online Documentation</H1>
<ul>
  <li><a href="introduction.htm">Introduction</a></li>
  <li><a href="license.htm">License</a></li>
  <li><a href="intro/installdir.htm">Installation Directory</a></li>
  <li><a href="faq.htm">Frequently Asked Questions (FAQ)</a> </li>

  <li><a href="credits.htm">Credits</a></li>
  <li><a href="history.htm">History</a></li>
  <li><a href="intro/dev_history.htm">History of AutoIt and Developers</a> </li>
</ul>
<h2>Using AutoIt</h2>
<ul>
  <li><a href="intro/running.htm">Running Scripts</a></li>

  <li><a href="intro/running.htm#CommandLine">Command Line Parameters</a> </li>
  <li><a href="intro/editors.htm">Script Editors</a></li>
  <li><a href="intro/compiler.htm">Compiling Scripts</a></li>
  <li><a href="intro/au3spy.htm">AutoIt Window Info Tool (AU3Info) </a></li>
  <li><a href="intro/windowsbasic.htm">Window Titles and Text (Basic)</a></li>
  <li><a href="intro/windowsadvanced.htm">Window Titles and Text (Advanced)</a></li>

  <li><a href="intro/controls.htm">Controls</a></li>
  <li><a href="intro/intendeduse.htm">Intended Use</a></li>
  <li><a href="intro/v264users.htm">Notes for AutoIt v2 Users</a></li>
</ul>
<h2>Tutorials</h2>
<ul>
  <li><a href="tutorials/helloworld/helloworld.htm">My First Script (Hello World)</a> </li>

  <li><a href="tutorials/notepad/notepad.htm">Simple Notepad Automation</a></li>
  <li><a href="tutorials/winzip/winzip.htm">WinZip Installation</a></li>
</ul>
<h2>Language Reference</h2>
<ul>
  <li><a href="intro/lang_datatypes.htm">Datatypes</a></li>
  <li><a href="intro/lang_variables.htm">Variables</a></li>
  <li><a href="intro/lang_macros.htm">Macros</a></li>

  <li><a href="intro/lang_operators.htm">Operators</a></li>
  <li><a href="intro/lang_conditional.htm">Conditional Statements</a></li>
  <li><a href="intro/lang_loops.htm">Loop Statements</a></li>
  <li><a href="intro/lang_functions.htm">Functions</a></li>
  <li><a href="intro/lang_comments.htm">Comments</a></li>
</ul>
<h2>GUI Reference </h2>

<ul>
  <li><a href="guiref/GUIRef.htm">GUI Concepts</a></li>
  <li><a href="guiref/GUIRef_MessageLoopMode.htm">GUI MessageLoop Mode </a></li>
  <li><a href="guiref/GUIRef_OnEventMode.htm">GUI OnEvent Mode </a></li>
</ul>
<h2>Keyword Reference </h2>
<ul>
  <li><a href="keywords.htm">Keyword Reference</a></li>

</ul>
<h2>Macro Reference </h2>
<ul>
  <li><a href="macros.htm">Macro Reference </a></li>
</ul>
<h2>Function Reference </h2>
<ul>
  <li><a href="functions.htm">Function Reference</a></li>
</ul>
<h2>Appendix</h2>

<ul>
  <li><a href="appendix/ascii.htm">ASCII Characters</a></li>
  <li><a href="appendix/clsid.htm">CLSIDs of Special Folders</a></li>
  <li><a href="appendix/GUIStyles.htm">GUI Control Styles</a></li>
  <li><a href="appendix/fonts.htm">Splash... Fonts</a></li>
  <li><a href="appendix/OSLangCodes.htm">@OSLang Values </a></li>
  <li><a href="appendix/SendKeys.htm">Send Key List   </a></li>

</ul>
<p> </p>
<p><img src="images/blue_gradient_1024x24.jpg" width="1024" height="1"></p>
<p> </p>
<p> </p>
</body>
</html>

:)

Indeed, today probably all have crazy?

Edited by Yashied
Link to comment
Share on other sites

Link to comment
Share on other sites

$all = _IEGetObjById($oIE, "teleport_button")

_IEAction($all, "click")

-------

$all = _IEGetObjByName($oIE, "update")

_IEAction($all, "click")

-------

_IELinkClickByText($oIE, "teleportacja ")

Edited by Siccc
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...