Jump to content

detecting text in html


t0ddie
 Share

Recommended Posts

im sure this has been covered.

windowspy cant see any text in a webpage.

does anyone have a script made that will save html files to your desktop to parse through them? only way i can think of to do this,

thanks

Edited by t0ddie

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

you know, ive seen that.. but its not in the help file.

InetGet is though.

woohoo!

besides, thats a function name()

wheres the function code? lol

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

you know, ive seen that.. but its not in the help file.

InetGet is though.

woohoo!

besides, thats a function name()

wheres the function code? lol

<{POST_SNAPBACK}>

URLDownloadToFile<-Misc Functions<-Function Reference<-AutoIt

You don't have the same thing we do (i don't think there is such thing as InetGet in AU3... But to use this function it's like so:

URLDownloadToFile("url","where to save")

It returns 1 for success and 2 for failure. Examples from help:

URLDownloadToFile("http://www.mozilla.org", "C:\foo.html")

URLDownloadToFile("http://www.hiddensoft.com", "C:\mydownload.htm")

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

Link to comment
Share on other sites

  • Developers

URLDownloadToFile<-Misc Functions<-Function Reference<-AutoIt

You don't have the same thing we do (i don't think there is such thing as InetGet in AU3... But to use this function it's like so:

URLDownloadToFile("url","where to save")

It returns 1 for success and 2 for failure. Examples from help:

URLDownloadToFile("http://www.mozilla.org", "C:\foo.html")

URLDownloadToFile("http://www.hiddensoft.com", "C:\mydownload.htm")

<{POST_SNAPBACK}>

InetGet is the new name for UrlDownloadToFile in the Unstable release.

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

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