Menu

Input field problem

Help
Enissay
2012-07-30
2012-09-04
  • Enissay

    Enissay - 2012-07-30

    Hi all,

    I know similar questions has been asked before, but the answers didn't help
    that much :(

    This little piece of code made me crazy, I don't understand what's wrong... I
    can get any field I want, but the value in input button !!!

    My code is here: http://pastebin.com/TpKG6LQ4

    I wasted more than two hours trying to find what's wrong in vain.... So, I'll
    really appreciate your help...

    Thanks in advance

     
  • Selvin Fehric

    Selvin Fehric - 2012-07-31

    You didn't write what is the problem, and what is the starting link. There is
    just link where you send post request. How can we know what you want to get? I
    run this code and get some results.

     
  • Enissay

    Enissay - 2012-08-01

    In the comment bellow the link of data I want to get, I put the original link,
    just press submit and you'll see the data...

    What's wrong? => I can get anything from that page, but I cannot get the id
    from the input field... I don't understand why :-/

     
  • Selvin Fehric

    Selvin Fehric - 2012-08-01

    It seems that there is a problem because input tag is not closed.

    It should be in form:

    <input type="submit" value="Submit"/>

    but it is without /, i.e.

    <input type="submit" value="Submit">

     
  • Enissay

    Enissay - 2012-08-01

    Ow, I didn't notice that... so no solution for that?

     

Log in to post a comment.