PTS Posted July 23, 2007 Share Posted July 23, 2007 I have a fully working PHP management system with dozens of fields, let's call it Page A. In the form of Page A, the user has to assign a date to one of the text fields but dates are limited to only a few specific dates. So I created a new page (call it Page B) which displays the specific dates that are available (based on another database output). On the form I have a link that pops open Page B. I want the user to be able to select an available date (link) and once they do that, the value of that date goes into the text field in Page A and closes pop up window Page B. Anyone have an recommendations or a link a site with an example? I googled it but I just don't know what to look for so all my attempts came up empty handed. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
ViN86 Posted July 23, 2007 Share Posted July 23, 2007 would it be possible to use a drop down box with the dates as options? that way you wouldnt have to deal with another page and you could populate the list from the database. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.