Welcome Guest, Not a member yet? Register   Sign In
Checking Ajax POST request
#5

[eluser]Spicer[/eluser]
I have used this solutions in the past.

http://snipplr.com/view/1060/check-for-ajax-request/

There are a few different ways to do it, but from my understanding you want to do something like this.

Code:
if(isajax())
  $this->load->view(ajax-view);
else
  $this->load->view(noajax-view);


Messages In This Thread
Checking Ajax POST request - by El Forum - 08-06-2009, 06:32 AM
Checking Ajax POST request - by El Forum - 08-06-2009, 06:42 AM
Checking Ajax POST request - by El Forum - 08-06-2009, 06:43 AM
Checking Ajax POST request - by El Forum - 08-06-2009, 09:21 AM
Checking Ajax POST request - by El Forum - 08-06-2009, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB