Is it possible to hide the fields which are not in use ?
For example consider
id: <input type="text" name="id"/>
<p>title:<input type="text" name="title"/></p>
<p>name:<input type="text" name="rno"/></p>
<p>age:<input type="text" name="age"/></p>
<input type="button" id="button1" value ="Get Info"/>
In the above field i just want to display id field initially ..when user submits the id based on the id the other fields like title,name, age needs to be displayed.
Is there a way i can do it?
I am not looking for permanent hiding.
You should give more details in order to give you right solution, but if you are just tying to show items than you can do it this way