Results 1 to 4 of 4

Thread: input type=hidden

  1. #1

    Thread Starter
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    input type=hidden

    Can you find the element "name" of a hidden named element? I'm assuming you can't but i dont really know much about html.

    Trying to enumerate through all elements in a page and some are coming up as hidden, source reveals that they're HTML is 'input type=hidden'. They're "name" seems to be a var.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: input type=hidden

    Are you parsing some external page?

  3. #3
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: input type=hidden

    The browser DOM should reveal all form elements as the "hidden" tag simply tells the browser not to display that field.
    What bug? That's not a bug. It's an undocumented feature!

  4. #4

    Thread Starter
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: input type=hidden

    ok, figured it out, thanks anyway.

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