Jump to content

innerFrame with an url


Recommended Posts

Hi guys,

I am new to autoit - i know a bit of VB and i find autoit great (as far as i can see). I am wondering IF is possible to have on an autoit EXE an innerFrame (i do not know the exact word for that form element), where i can open an url (so kinda like an instance of IE).

The point is that i want to be able to open my webpage inside that control and automate some tasks like addind new user/data to my website.

Is this possible?

If YES - can you give me some hints/post me to some close examples? - i am not waiting for anyone to make it for me, just... give me directions please.

Thanks in advance,

mike

Link to comment
Share on other sites

Hi guys,

I am new to autoit - i know a bit of VB and i find autoit great (as far as i can see). I am wondering IF is possible to have on an autoit EXE an innerFrame (i do not know the exact word for that form element), where i can open an url (so kinda like an instance of IE).

The point is that i want to be able to open my webpage inside that control and automate some tasks like addind new user/data to my website.

Is this possible?

If YES - can you give me some hints/post me to some close examples? - i am not waiting for anyone to make it for me, just... give me directions please.

Thanks in advance,

mike

Hi,

have a look in helpfile -> e.g _IE_Example or User Defined Functions -> IE Management.

This will give you a clue to start with coding.

;-))

Stefan

Edited by 99ojo
Link to comment
Share on other sites

Thanks for the quick reply Stefan,

Regarding the ... control (container) - what is its name?

Hi,

i don't understand: What do you mean by control (container) - what is its name?

Or maybe you mean, creating a control with the iframe in it... -> Sorry, i don't know

The _IE_Example shows you, how to create frames, buttons, checkboxes etc in InternetExplorer with AutoIT. You can control then the actions, e.g. pushing button etc.

I thought it might be a solution, to create a web site and control the actions and the tasks you want with AutoIT.

;-))

Stefan

Edited by 99ojo
Link to comment
Share on other sites

Perhaps you should look at _IECreateEmbedded?

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

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