Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 asp request url
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

willen
Junior Member

127 Posts

Posted - 24 April 2007 :  07:47:24  Show Profile
I used this code to grab the page..

Code:

<% 
    url = 
"http://www.svenskfotboll.se/uppland/table.aspx?TournamentId=44851" 
    set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP") 
    xmlhttp.open "GET", url, false 
    xmlhttp.send "" 
    Response.write xmlhttp.responseText 
    set xmlhttp = nothing 
%>




Shown here http://www2.hemsida.net/sodraupsala/test3.asp

How now do i just view the data from the table???? (ie the league) and then i can use that code in a page to show the league evert time they update


Does it have to be an inStr?

Thanks

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 24 April 2007 :  08:48:04  Show Profile  Send pdrg a Yahoo! Message
Regex is best but instr is probably fine, fact is screen scraping is an imprecise art!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07