View previous topic - View next topic |
Author |
Message |
tcaudilllg Dragonmaster
Joined: 20 Jun 2002 Posts: 1731 Location: Cedar Bluff, VA
|
Posted: Tue Jun 30, 2009 2:34 pm Post subject: AJAX question |
[quote] |
|
Can an Ajax document call upon itself for processing? Meaning, can I make a map editor in PHP/HTML, and embed the server processing code into it? Then I could just have the editor post to itself without reloading. It would be a self-sufficient script.
|
|
Back to top |
|
|
triptych Lowly Slime
Joined: 17 Aug 2009 Posts: 4
|
Posted: Thu Sep 10, 2009 6:42 am Post subject: |
[quote] |
|
You probably can, but it seems a bit more straightforward to separate out that function into it's own url - so that you can focus one set of code on the presentation, and one on the data.
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
|
Back to top |
|
|