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
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.
Not sure exactly what you mean but a standard hidden field is as such.. HTML: <input name="hiddenField" type="hidden" value="Username" />