vividona Posted March 24, 2010 Share Posted March 24, 2010 Hi, I have 3 functions ViewLastArtis(); ViewMostVisitedArtis(); ViewTopCommArtis(); I need to view each one onclick in my index page (tabs shape) Plz see Arabic Example in attachment [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/196344-i-need-to-view-three-functions/ Share on other sites More sharing options...
aeroswat Posted March 24, 2010 Share Posted March 24, 2010 Hi, I have 3 functions ViewLastArtis(); ViewMostVisitedArtis(); ViewTopCommArtis(); I need to view each one onclick in my index page (tabs shape) please see Arabic Example in attachment If your functions are php functions and you want to use them in a javascript event then you will have to use AJAX to perform what you are doing. You will be better off asking in the AJAX forums however I will go ahead and get you started in the right direction. An example of the ajax function can be found at this site http://www.ajaxtutorial.net/index.php/category/ajax-basics/ Link to comment https://forums.phpfreaks.com/topic/196344-i-need-to-view-three-functions/#findComment-1031018 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.