Jump to content

new guy needs help


Recommended Posts

Hey, im new to autoit and im looking to work on a big internet based project. Firstly I have a few questions..

Is there a list of functions for the IE.au3 without reading through the source??

Is there a way to connect to http, POST fields and fetch data without actually loading the webpage?

there will probably be other questions but can anybody anwer these?

thanks, sam

Link to comment
Share on other sites

  • Developers

Your best place to start is the Helpfile that comes with AutoIt3.

All functions are listed there and plenty of examples.

When you have questions after having looked at that you can always comeback here and ask. muttley

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Use the InetGet("www.website.com/example.txt",@scriptdir & "\example.txt")

this allows you to download the text file to any location.

you can download pretty much any file.

this might help

Edited by billthecreator

[font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap

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