Howto pass a textfield value to a pop form? I need to pass the value so
that the drop down box on the form would autopopulate the items related
to that value in the textfield. I'm using PHP. any help please?
jv143irish 0 Newbie Poster
Recommended Answers
Jump to PostI sincerely hope that you use faux-popups like lightboxes as opposed to new window popups.
Couple of methods open to you:
1) Place static arrays of values into JS - when a dropdown option chosen onselect changes the values in the popup via innerHTML value.
2) Use ajax …
All 3 Replies
Reply to this topic 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.