Re:legacy apps [was:] Using HedgeHog SpreadSheet

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re:legacy apps [was:] Using HedgeHog SpreadSheet

KiranMutt
Thanks for the reply.
But how do i programmatically invoked Firefox browser to open say a HTML page or a asp page.
Can i write this code.
---------------------------------------------------
page:=HTTPSocket httpGet:'http://http://15.0.153.213/Login.aspx?ReturnURL=UserDashBoard.aspx/
parsedPage := HtmlParser parse: page.
thebody := parsedPage body.
-----------------------------------------------------
It returns an unformatted HTML page with tokens, But i can open the HTML page say google or including this in Scamper without some media,though
 
How do i go about in resolving the same?


Thanks again for your inputs...

Thanks
Kiran