chriscloyd Posted March 20, 2009 Share Posted March 20, 2009 can u pass these variables function checkCalDay('month', 'year') { } if so how do u call them back up? Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/ Share on other sites More sharing options...
Floydian Posted March 20, 2009 Share Posted March 20, 2009 function checkCalDay(month, year) { var url = 'pagetoload.php?month=' + month + '&year=' + year; xmlhttp.open("GET",url,true); } Hope that helps... Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789071 Share on other sites More sharing options...
chriscloyd Posted March 20, 2009 Author Share Posted March 20, 2009 hmmm ok Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789084 Share on other sites More sharing options...
chriscloyd Posted March 20, 2009 Author Share Posted March 20, 2009 didnt work Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789103 Share on other sites More sharing options...
corbin Posted March 20, 2009 Share Posted March 20, 2009 What are you trying to do? Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789104 Share on other sites More sharing options...
chriscloyd Posted March 20, 2009 Author Share Posted March 20, 2009 trying to be able to click on a day in that month and on the right hand side of the page show what events are happening if any at all Quote Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789236 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.