Click to See Complete Forum and Search --> : Parsing received HTML content within an HTML request


hdokes
07-15-2003, 09:15 PM
Greetings,

I have a need to incorporate within an html page, the ability to log into another html page on a remote server, initiate a request for data from that server that is 'formatted' by it's html/java/xml environment and passed back, parse the information and then redisplay this information to the user viewing the existing page. This all has to happen behind the scenes.

What is the best method for incorporating such a process. We currenly are standardised on Cold Fusion and would prefer to incorporate this in either an html, cgi, pearl, or python type solution.