Jump to content

Recommended Posts

Posted

<html>
<head>
<title>Please stand by...</title>
<meta http-equiv='refresh' content='3; url=http://forums.d2jsp.org/index.php?'/>
<script type="text/javascript"> </script>
<style type="text/css" media="all">
    @import url(css/d2jsp.css);
</style>
</head>
<body>
<table width='100%' height='85%' align='center'>
<tr>
  <td valign='middle'>
<table align='center' cellpadding="4" class="tablefill"><tr><td width="100%" align="center" nowrap="nowrap">
Thanks,
you are now logged in as: NAME<br/><br/>

Please wait while we transfer you...<br/><br/>
(<a href='http://forums.d2jsp.org/index.php?'>Or click here if you do not wish to wait</a>)
</td></tr></table>
  </td>
</tr>
</table>
</body>
</html>

i want my code to click on

Or click here if you do not wish to wait

like you can see thats a link my code is:

$oForm = _IEFormGetObjByName($oIE, 'a')
_IELinkClickByText ($oIE, "Or click here if you do not wish to wait")
_IEFormSubmit ($oForm)

why dont this work? :P

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted

Frames?

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Posted

no offence i dont see the problem and dont have the will to help when it automatically transfers you xD

well just make it click on the link and then we can stop bumping this topic 8D!

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted

i mean possibyl go with index instead so

_IEClickLinkByIndex($oIE,0)

dont work tho

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

bump

EDIT: Ignore this topic, it has been answered

Thanks to all that helped me or tried.

Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

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