almystersv Posted February 10, 2008 Share Posted February 10, 2008 hi Guys, I have a web page that allows people to book meeting rooms. I am using a java script calendar that i have found on the internet that when the user clicks on a date it fills the text boxes with the date. What I would like is once a date is selected a table/image appears showing a layout of that day, in hour time slots, displaying what times are available and what are already booked. In my book meeting room page this is my code that calls the calendar script Code: <script>DateInput('bkgDate', true, 'YYYY-MM-DD')</script> What I would like is for the image to appear when the date is entered Any ideas on this approach!? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/90345-table-to-appear-once-user-has-selected-a-date/ Share on other sites More sharing options...
almystersv Posted February 10, 2008 Author Share Posted February 10, 2008 Any ideas guys? :-\ Quote Link to comment https://forums.phpfreaks.com/topic/90345-table-to-appear-once-user-has-selected-a-date/#findComment-463357 Share on other sites More sharing options...
Barand Posted February 10, 2008 Share Posted February 10, 2008 Sounds like a job for AJAX Quote Link to comment https://forums.phpfreaks.com/topic/90345-table-to-appear-once-user-has-selected-a-date/#findComment-463473 Share on other sites More sharing options...
almystersv Posted February 12, 2008 Author Share Posted February 12, 2008 any advice as to what keywords or functions to look for in ajax that might do the job?? Quote Link to comment https://forums.phpfreaks.com/topic/90345-table-to-appear-once-user-has-selected-a-date/#findComment-464741 Share on other sites More sharing options...
Barand Posted February 12, 2008 Share Posted February 12, 2008 "echo" is the main one that comes to mind Quote Link to comment https://forums.phpfreaks.com/topic/90345-table-to-appear-once-user-has-selected-a-date/#findComment-465169 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.