Jump to content

ie3 support how to loggin in this web


BasicOs
 Share

Recommended Posts

can you answer how can you make

login

in this web???

http://w3.cajacanarias.es/cajacanarias/html/cajaencasa.htm

thanks

Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

IE.au3 and this should get you started in the right direction

USUARIO <input name="PAN"

CLAVE<input name="CLAVE"

I tryed

$o_usuario = _IEGetObjByName ($oIE, "PAN")

$o_pass = _IEGetObjByName($oIE, "CLAVE")

_IEFormElementSetValue($o_usuario, "1111")

_IEFormElementSetValue($o_pass, "3434")

i think it doesnt work, try it please

Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

i think you might want to try this link :) make your life easier

http://w3.cajacanarias.es/cajacanarias/html/simu/entrada.htm

by the way i would recomend if you want to get alot of stuff off a website download firefox, and then install the web developer extension makes like alot easier to find form names and frame links :P

Edited by thatsgreat2345
Link to comment
Share on other sites

i think you might want to try this link :) make your life easier

http://w3.cajacanarias.es/cajacanarias/html/simu/entrada.htm

by the way i would recomend if you want to get alot of stuff off a website download firefox, and then install the web developer extension makes like alot easier to find form names and frame links :P

I soluted with send and send and send..

I will try to do with Ie.au3,

I use firefox most of the time. I downloaded the extension. Thanks

Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

I soluted with send and send and send..

I will try to do with Ie.au3,

I use firefox most of the time. I downloaded the extension. Thanks

There are lots of embedded frames on that site... you need to drill in until you get a reference to the frame containing the document that contains the form you are trying to control. You can probably make good use of the DOM Inspector in Firefox or the "IE Developer Toolbar" to get the information you need.

Dale

Edit: Typos

Edited by DaleHohm

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

There are lots of embedded frames on that site... you need to drill in until you get a reference to the frame containing the document that contains the form you are trying to control. You can probably make good use of the DOM Inspector in Firefox or the "IE Developer Toolbar" to get the information you need.

Dale

Edit: Typos

I dont find as extension the "DOM Inspector" or "IE Developer Toolbar" :) , where are they?

thanks

Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

There are lots of embedded frames on that site... you need to drill in until you get a reference to the frame containing the document that contains the form you are trying to control. You can probably make good use of the DOM Inspector in Firefox or the "IE Developer Toolbar" to get the information you need.

Dale

Edit: Typos

isnt it the "Firefox Developer Toolbar" ?

Thanks.

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

Link to comment
Share on other sites

I dont find as extension the "DOM Inspector" or "IE Developer Toolbar" :) , where are they?

thanks

Firefox DOM Inspector is not an extension -- it is built-in, on the Tools menu. There is a Firefox extension by another name - aceloc may have it right, but I am uncertain.

Do a Google search for the quoted string "IE Developer Toolbar" -- it will be the first hit.

Dale

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

  • 1 month later...

hey there!

it's been a while since i last checked out this forum...

i didn't pay that much attention to the site mentioned by BasicOS, but i'd like to know if he managed it to work and how, if possible.

there are a lot of homebanking sites and others as well that have this kind of login, protected by virtual keyboards. generally, these keyboards are controlled with javascript code.

i can provide two different examples of virtual keyboard:

http://www.tottaparticulares.com

https://caixadirecta.cgd.pt

the first one can be managed with normal use of IE.au3 functions, but the second one requires javascript function calling. i figured out how to make the function calls work, but only for this site. each new virtual keyboard comes with a new javascript code that contains different functions and overall structure. the main problem i usually find is using the 'this' handler. i always used workarounds, which are difficult to find (but who knows maybe it's just me that never learnt javascript before). i am calling the function from autoit and i want to use the 'this' handler in a submit button, for instance, to call Submit(this). but how?

is there an easy way, or step by step instructions to learn how to use these javascript controls with IE.au3?

thanks a lot!

EDIT: details added

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