ghurty Posted August 19, 2007 Share Posted August 19, 2007 Hi I am have a script, and in that script I have a section that pulls information from a database. I also have a drop down box that allows the user to slect which category they want the data to be pulled from. As of now, the way I have it, after they make a selection, the entire page gets refreshed and the new category is loaded. How can I make it that only that section of the script gets refreshed? Can an example be given, as I am new at this. Thanks Link to comment https://forums.phpfreaks.com/topic/65701-how-to-make-only-part-of-the-script-to-refresh-with-out-refreshing-the-entire/ Share on other sites More sharing options...
MadTechie Posted August 19, 2007 Share Posted August 19, 2007 use FRAMES INNER FRAMES POPUPS or AJAX <--better choice Link to comment https://forums.phpfreaks.com/topic/65701-how-to-make-only-part-of-the-script-to-refresh-with-out-refreshing-the-entire/#findComment-328145 Share on other sites More sharing options...
ghurty Posted August 19, 2007 Author Share Posted August 19, 2007 Thank you. I forgot to mention that I dont think I could use frames due to the framework that I am working in. Can someone post an example how ajax would do it, as I have no knowledge of it at all. Thanks Link to comment https://forums.phpfreaks.com/topic/65701-how-to-make-only-part-of-the-script-to-refresh-with-out-refreshing-the-entire/#findComment-328146 Share on other sites More sharing options...
MadTechie Posted August 19, 2007 Share Posted August 19, 2007 see pinned in ajax section here Link to comment https://forums.phpfreaks.com/topic/65701-how-to-make-only-part-of-the-script-to-refresh-with-out-refreshing-the-entire/#findComment-328147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.