Jump to content

Recommended Posts

Posted

hey guys, i need some help with my script..

I am trying to press a javascript button using internet explorer.

here the html code for the button:

<div class="newaccount" id="create_acct_tmp">

<div class="login_button">

<a class="small_button" onclick="javascript:createacct();"><span>Cliquez ici pour créer un compte</span></a>

<input type="submit" style="display:none" />

</div>

</div>

i tried everything but can't find a solution..

Can anyone help me with this?

Thanks in advanced!

Posted

Did you try _IELinkClickByText()?

Just so you know, there is nothing special about the link just because it calls a script onclick. It doesn't have a name or id value set, so you would have to find it by text value, 0-based index, or in relation to another object, like second generation child of the div id="create_acct_tmp" element.

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
  • 5 years later...
Posted

This thread is 6 years old, no one cares anymore.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

Answering old posts with solutions has three benefits:

  1. It answers recurring questions, like this one, that have been asked many, many times.
  2. It puts the answer in topics that show up on top  when you search eg google. Posting the answer in a newer thread will show up lower down on google (because it has been less visited / linked to) and therefore take more digging to find an answer and help less people
  3. Because old posts are found sooner than new posts (at least on google) it means more people will find the answer here before posting a duplicate question. This reduces the duplicate questions on the forums. (Side note: a duplicate question linking system would be awesome!)

My goal is not to necro a thread, but to help people find solutions for their questions. I'm just trying to help future searchers who, like I, find these old posts first to find the answers for their question.


I asked about posting solutions for old questions before just to make sure it was alright. This was in regards to another topic linked here, but the same principle applies:
No628YV.png

Sorry for any inconvenience.

0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e

Posted

@corgano could you point me to this specyfic @Melba23  post ?
I never seen it before, and I want to read the context.

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 weeks later...
Posted
  On 10/7/2017 at 8:33 PM, mLipok said:

@corgano could you point me to this specyfic @Melba23  post ?
I never seen it before, and I want to read the context.

 

Expand  

It was in a PM, Melba23 was a moderator i was more familiar with at the time, so I messaged them directly. 

  Reveal hidden contents

A discussion about this could be beneficial to the forum and future posters, but is not related to this topic. Which forum would be the most relevant to discuss this? Should I make a thread (in Chat? or another forum?) for a more public discussion? I'd personally love to discuss answering old posts and a system to mark posts "duplicate" (a la superuser, stack-exchange, etc) so repeated questions can be both grouped together and pointed to a common correct answer.

0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...