Ask a Question related to ASP Database, Design and Development.
-
Patrick #1
Content grab / extraction
Dear all,
Hopefully there´s someone who can help me.
I´m looking for an ASP/Javascript possibility to grab content from another
website and store into my website database.
I would like to grab some temperature and snow information and use this
actual information on my own site.
Thanks for you help!
Rgds, Patrick
Patrick Guest
-
Grab ID or DIV sections From ASP
Hi, Is it possible to grab some sections or tags using ID on a HTML page ? I m working on a adserver project that allows to track users on... -
Grab HTML
I'm looking for a way to grab the HTML behind one of my pages and display it to the user. The page I'm trying to get the HTML from is an ASP page,... -
PDF content extraction
I've browsed CPAN. I've Googled. I'm stumped. I've successfully used PDF::Parse to get at PDF metadata. But I can't get at the content. Is there... -
How to grab HTML source?
"Mike Darrett" <mike-nospam@darrettenterprises.com> schrieb im Newsbeitrag news:d945119c.0305021419.3f461b9f@posting.google.com... hey mike -... -
Ray at #2
Re: Content grab / extraction
[url]http://www.aspfaq.com/2173[/url]
Ray at home
"Patrick @yahoo.com>" <patrick_mclarren<removethis> wrote in message
news:3f849509$0$440$1b62eedf@news.wanadoo.nl...> Dear all,
>
> Hopefully there´s someone who can help me.
> I´m looking for an ASP/Javascript possibility to grab content from another
> website and store into my website database.
>
> I would like to grab some temperature and snow information and use this
> actual information on my own site.
>
> Thanks for you help!
>
> Rgds, Patrick
>
>
Ray at Guest
-
Patrick #3
Re: Content grab / extraction
Thanks for your help.
Ok, now I understand how to retrieve the content of a website, but wath
about parsing.
The example at [url]http://www.aspfaq.com/2173[/url] is only searching for a string.
For example:
[url]http://www.snowplaza.nl/weersneeuw_detail.asp?idgebied=ITPIEM01&idVillage= ITPIEM006[/url]
How can I parse the HTML string and retrieve the minimum and maximum
temperature from the page?
Hopefully there´s anyone around who can help me.
Regards,
Patrick
"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> schreef in bericht
news:uQou9hfjDHA.2328@TK2MSFTNGP10.phx.gbl...another> [url]http://www.aspfaq.com/2173[/url]
>
> Ray at home
>
> "Patrick @yahoo.com>" <patrick_mclarren<removethis> wrote in message
> news:3f849509$0$440$1b62eedf@news.wanadoo.nl...> > Dear all,
> >
> > Hopefully there´s someone who can help me.
> > I´m looking for an ASP/Javascript possibility to grab content from>> > website and store into my website database.
> >
> > I would like to grab some temperature and snow information and use this
> > actual information on my own site.
> >
> > Thanks for you help!
> >
> > Rgds, Patrick
> >
> >
>
Patrick Guest
-
Bob Barrows #4
Re: Content grab / extraction
> Thanks for your help.
HTML is simply a long string. Just view the source of the page and figure>
> Ok, now I understand how to retrieve the content of a website, but
> wath
> about parsing.
> The example at [url]http://www.aspfaq.com/2173[/url] is only searching for a
> string.
out what you have to search for in the page to allow you to extract the data
you want. VBScript has several string functions which you can use, or you
can read up on Regular Expressions and try it that way. Go to
msdn.microsoft.com/library, and navigate to the Web Development>Scripting
node for more details.
[url]http://www.snowplaza.nl/weersneeuw_detail.asp?idgebied=ITPIEM01&idVillage= ITPIEM006[/url]>
> For example:
>
Sorry, I don't have time to do this.
Bob Barrows
PS. Damn! Trim some of those newsgroups from your To list, please!
Bob Barrows Guest



Reply With Quote

