hi all,
how can i view the number of input field base on dropdown menu selection.lets say user choose 3 from dropwdownmenu then 3 input field are viewed
ubi_ct83 -3 Junior Poster
Recommended Answers
Jump to Postyou can do it using jquery framework. Here is the example of how do you get values from something, including dropdown.
You should have some div where you will put …
Jump to PostDo You plan to show hidden inputs when choosing a value from drop down or , you plant to create them ?
anyway , If I get you right , see the code below , it will help you
and If u wanna ask more question , I will …
Jump to Post<!DOCTYPE html> <html> <head> <title>Create Input Feilds</title> <style type="text/css"> table { border-collapse: collapse; margin:20px; } th, td,tr { padding: 10px; border: 2px #666 solid; text-align: center; font-size: 24px; } </style> <script type="text/javascript"> window.onload =initAll; function initAll () { document.getElementById('theMenu').selectedIndex=0; document.getElementById('theMenu').onchange=setVal; } function setVal () { var list …
All 9 Replies
Akash Saikia 9 Junior Poster
ubi_ct83 -3 Junior Poster
Akash Saikia 9 Junior Poster
ubi_ct83 -3 Junior Poster
McLaren 3 Posting Whiz in Training
Amr87 1 Junior Poster in Training
ubi_ct83 -3 Junior Poster
Amr87 1 Junior Poster in Training
ubi_ct83 -3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.