Forum: JavaScript / DHTML / AJAX Dec 23rd, 2008 |
| Replies: 1 Views: 1,267 Hi guys,
I was wondering if it was possible to call a specific PHP function using AJAX instead of calling a whole page. An example:
function MakeRequest()
{
var xmlHttp = getXMLHTTP();
... |
Forum: JavaScript / DHTML / AJAX Dec 16th, 2008 |
| Replies: 1 Views: 870 Hey guys,
I'm trying to learn how to create an interactive menu (menu that drops down when you hover over it) without using JavaScript. The reason I want to do this is because IE always asks "are... |