Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kirad
  • Order by date
  1. Kirad

    Using the Timer class

    Hello, I want to run a program I've created in every 24hrs. So if any of you have an idea let me know, cause I don't that much about the Timer class. And all my methods for my program are been called from the main method so I'm thinking or creating something like another main method to call on...
  2. Kirad

    problems in parsing html tags

    Sorry I forgot to include the code I'm using to read in the page. import java.net.*; import java.io.*; public class URLReader { public static void main(String[] args)throws Exception { String input; String res; int count=0; URL carleton = new...
  3. Kirad

    problems in parsing html tags

    If you have an idea or an easier way of doing this please let me know. I'm trying to parse through the following html page, what I want to do is save each row of the table that has <tr> tag into a file, then print the next row starting with <tr> on the next line and so on till it reaches the...
  4. Kirad

    Need Help in Parsing through an HTML page

    I'm able to read in an HTML page but having trouble in deciding how to parse through a page of HTML tags to get the info. I need. This is the code I used to read in the HTML PAGE. All I need from this page is the countries and their currencies to put them in a table format. import java.net.*...
  5. Kirad

    Need help in how to Read a table from a Website

    I need to read a currency table from a specific website and save it to my working directory. My problem is that I don't know how to start, in reading in a specific item from a website using javas FileReading?

Part and Inventory Search

Back
Top