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? 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... 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 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 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? 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 Link to comment https://forums.phpfreaks.com/topic/150248-solved-ajax-variables/#findComment-789236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.