
-----------------------------------
josh_65665
Mon Nov 03, 2008 7:45 am

Need to know if this is possible.
-----------------------------------
Can turing could read the contens of a webpage into a string.

-----------------------------------
Tony
Mon Nov 03, 2008 10:27 am

RE:Need to know if this is possible.
-----------------------------------

Need to know if this is possible.

Yes, it is.

-----------------------------------
DemonWasp
Mon Nov 03, 2008 10:35 am

RE:Need to know if this is possible.
-----------------------------------
As Tony said, yes. Look at the Net set of commands in the Turing help.

And what Tony is hinting at is that you should ask what you really mean: "how do I do X?"

-----------------------------------
josh_65665
Mon Nov 03, 2008 12:03 pm

Re: Need to know if this is possible.
-----------------------------------
ok thank you I figured it out however turing does get some html but its not right.


for exemple getting google.ca for me gets



302
Moved
302
Moved
The
document
has
moved
here.



but should get


Googlebody,td,a,p,.h{font-family:arial,sans-serif}.h{font-size:20px}.h{color:#3366cc}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}#gbar{height:22px;padding-left:2px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}#gbi{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important}#gbar,#guser{font-size:13px;padding-top:1px !important}@media all{.gb1,.gb3{height:22px;margin-right:.73em;vertical-align:top}#gbar{float:left}}.gb2{display:block;padding:.2em .5em}a.gb1,a.gb2,a.gb3{color:#00c !important}.gb2,.gb3{text-decoration:none}a.gb2:hover{background:#36c;color:#fff !important}window.google={kEI:"3ksPSaflB5HSgAL44tiDAg",kEXPI:"19021",kHL:"en"};
function sf(){document.f.q.focus()}
window.rwt=function(b,d,e,g,h,f,i){var a=encodeURIComponent||escape,c=b.href.split("#");b.href="/url?sa=t"+(d?"&oi="+a(d):"")+(e?"&cad="+a(e):"")+"&ct="+a(g)+"&cd="+a(h)+"&url="+a(c

heres the code Im using


        var url : string
        put "Enter the URL to load: " ..
        get url 
        
        var netStream : int
        var line : string
        
        netStream := Net.OpenURLConnection (url)
        if netStream 