Thanks. Can I call loadpage(page_request, containerid) multiple times i.e one after the end of the other?
page_request = "page_a.php?id=1";
loadpage(page_request, containerid);
page_request =...
Type: Posts; User: sroy; Keyword(s):
Thanks. Can I call loadpage(page_request, containerid) multiple times i.e one after the end of the other?
page_request = "page_a.php?id=1";
loadpage(page_request, containerid);
page_request =...
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
Hi
I would like multiple ajax calls one after...
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
Hi
I am trying to update a parent element...