Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    Is there a problem trying to read an html page using a URL to access the page?
  2. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    I meant html pages where I said files.
  3. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    Does the program read the html pages that you are having problems with? It would need to read the contents of the html pages so it could scan them.
  4. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    What are the problems you are having?

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  5. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    Do you have some code you are having problems with?
  6. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    The indexOf() method will only search the String that it is used with. The program will have to read the data into the String.
  7. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    int indx = theString.indexOf("keyword");
  8. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    Post the code that shows the problem.
  9. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    If the contents of the html file was in a String, and you have a list of the keywords, there are methods in the String class you could use to search the String with.

    There can be problems with...
  10. Thread: Frame

    by Norm
    Replies
    20
    Views
    1,258

    Re: Frame

    Can you explain what you are trying to do?
Results 1 to 10 of 10