PPRuNe Forums - View Single Post - Putting web site text into a live window
View Single Post
Old 13th September 2002 | 16:54
  #2 (permalink)  
???pax
 
Joined: Nov 2000
Posts: 74
Likes: 0
From: St Albans (Herts UK)
Not very straight forward this. Any application needs to connect to the URL and then be capable of parsing(tokenizing) the HTML coming back in the HTTP response in order to extract the information you are after. It then has to display the desired information in some format.

As a Java man this is not at all difficult to do .
Perhaps some VB/C#ers would like to offer an alternative solution.
???pax is offline