Results 1 to 4 of 4

Thread: How Do I Parse All Values From The Given HTML

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Posts
    84

    How Do I Parse All Values From The Given HTML

    Code:
          <input name="vId" id="vId" value="djkvbkxcbvkcjbvjcbv" type="hidden">
          <input name="aId" id="aId" value="dkhfksdjhfksdbkdb" type="hidden">

    i am just dont know java properly just vb6 knowledge

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: How Do I Parse All Values From The Given HTML

    What are you trying to do with them? Are you attempting to parse the HTML and pull out the value="", or are you attempting to POST those inputs to a Java program and read them?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Posts
    84

    Re: How Do I Parse All Values From The Given HTML

    attempting to parse the HTML and pull out the value=""

    sry for incomplete info

  4. #4
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: How Do I Parse All Values From The Given HTML

    do you get an HTTPRequestObject or do you use struts or webwork?

    Or do you have a java class that reads an HTML file and then you parse this file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width