Hidden Input Boxes

Discussion in 'HTML/CSS' started by leigh, Jan 18, 2007.

  1. leigh Guest

    how do i do hidden input boxes on a link cos i dont want submit boxes all over my site like on main site i wanna hide there username and password from the url but dont want every link changed to a submit box
  2. Andrew Taylor CS New Media Staff

    Maybe using sessions to store the variables?
    Or a cookie?
  3. Carl Shepherdson Proprietor

    I've edited your topic title - please can you start using appropriate topic titles when making a post "PLEZZZZZ help" is totally not useless.

    Your signature and avatar have also been removed as they are inappropriate to CS New Media standards.
  4. toddy Guest

    Post instead of get
  5. Nick Irvine Secretly the main man

    Not sure exactly what you mean but a standard hidden field is as such..

    HTML:
    <input name="hiddenField" type="hidden" value="Username" />

Share This Page