•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 374,571 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,576 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
we have a form and if we would like to pass some hidden fields.say,username is hidden but required and email and password is what the user form is about:-
<html> <head> <title>Untitled Document</title> <script language="javascript"> function fillname(val) { document.form1.textname.value=val ; } </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action=""> user email <input type="text" name="txtmail" onChange="fillname(this.value)"> <input type="hidden" name="textname"> </form> </body> </html>
Post Comment
•
•
•
•
DaniWeb Marketplace (Sponsored Links)