User Profile

Collapse

Profile Sidebar

Collapse
mamyte03
mamyte03
Last Activity: Aug 21 '08, 07:03 AM
Joined: Aug 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mamyte03
    started a topic Read web source with proxy
    in .NET

    Read web source with proxy

    Hello,

    I need to write c# code, who get source from one site and write it to me. http://www.teo.lt/ltforms/inc_count.php . This 3 numbers.
    I am under proxy, and need to do this with proxy. I have address, username and password. How can i can get it? How set proxy settings?
    Thanks for help
    See more | Go to post

  • mamyte03
    started a topic get url text vb(asp)

    get url text vb(asp)

    Hello,

    I need to get from page http://www.teo.lt/ltforms/inc_count.php this 3 numbers.
    I need to do this withasp (with vb script).
    I have this type of script
    Code:
    <% 
        url = "http://www.teo.lt/ltforms/inc_count.php"
     
        ' add a BASE HREF tag 
        Response.write "<BASE HREF='" & url & "'>" 
     
        set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
    ...
    See more | Go to post
    Last edited by DrBunchman; Aug 13 '08, 08:49 AM. Reason: Added [Code] Tags - Please use the '#' button
No activity results to display
Show More
Working...