Jump to content

Easy IE question


AceLoc
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Frames?

that source is from "http://forums.d2jsp.org/index.php?act=Login&CODE=01"

after that so when he clicks on the link.. you will be transferred to "http://forums.d2jsp.org"

after that page is loaded he need to press 4 times TAB

but i dont got a idd what to do, it just dont work :/

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

Link to comment
Share on other sites

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]

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