Welcome Guest, Not a member yet? Register   Sign In
problems with ajax
#3

[eluser]Randy Casburn[/eluser]
Hi dumbo - (wow - I kinda like that name)

I use this very straight Ajax style in one of my applications too. Most of the time I'm using one of the JavaScript frameworks to help, but this works just fine too.

When I do, I use POST rather than get simply by changing this:

xmlhttp.open("POST",url,true);

Then you can simply retrieve your posted variables with $this->input->post->('username');

It's much more straight forward that way.

Let me know if you need more help.

Randy

[edit] Darn it all - that's twice today I've been too slow to respond! Thanks inparo ;-P


Messages In This Thread
problems with ajax - by El Forum - 09-01-2008, 04:59 PM
problems with ajax - by El Forum - 09-01-2008, 05:43 PM
problems with ajax - by El Forum - 09-01-2008, 05:47 PM
problems with ajax - by El Forum - 09-01-2008, 06:20 PM
problems with ajax - by El Forum - 09-01-2008, 07:01 PM
problems with ajax - by El Forum - 09-01-2008, 08:04 PM
problems with ajax - by El Forum - 09-01-2008, 08:18 PM
problems with ajax - by El Forum - 09-01-2008, 08:22 PM
problems with ajax - by El Forum - 09-01-2008, 09:04 PM
problems with ajax - by El Forum - 09-01-2008, 09:18 PM
problems with ajax - by El Forum - 06-14-2010, 06:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB