SQLExpress - Xb2.NET     ot4xb  
xb2net
Ajax
Thread Starter: Brian L. Wolfsohn Started: 2/27/2008 12:01 AM UTC
Replies: 4
Ajax
(posted in xb2net and alaska-waa)
What is the current state of ajax and xbase++ ??  

Are there any implementation samples around ?? phil ide's site is down, so i can't get to any of those..

phil & sander were also talking about a comet/ajax implementation..

Is anyone doing any of this ??

Brian
Re: Ajax
Op Wed, 27 Feb 2008 01:01:30 +0100 schreef Brian L. Wolfsohn:

(posted in xb2net and alaska-waa)
What is the current state of ajax and xbase++ ??  
Are there any implementation samples around ?? phil ide's site is down, so i can't get to any of those..
phil & sander were also talking about a comet/ajax implementation..
Is anyone doing any of this ??
Brian
Hi Brian,

I have made my own class some time ago. It is not in use anymore, I could
send you the code although, if you have some experience with ajax it is not
that hard to write your own and it is a nice excersize.

Kind regards,
Ronald
Re: Ajax
Ronald van Veelen <vnr@emergo-systems.nl> wrote in
news:v6odea3u4087$.agnddy7lst82$.dlg@40tude.net:  

> > Brian
Hi Brian,
I have made my own class some time ago. It is not in use anymore, I
could send you the code although, if you have some experience with
ajax it is not that hard to write your own and it is a nice excersize.
Ronald,

I'd appreciate that.. thanks..  

just remove the no***nospam from my address, and send it there...
Re: Ajax
Would you consider posting it here?  I am in similar development throes.
Thanks
Re: Ajax
Op Thu, 28 Feb 2008 06:45:01 -0600 schreef Bruce Anderson:

Would you consider posting it here?  I am in similar development throes.
Thanks

Yes,

Here it is. A few remarks:

- It is based on a Sajax - php class I have used when I made an php site.
So the basic idea is not mine. The website of the original makers is:
http://www.modernmethod.com/sajax/
- The code is a little old and I just started programming XBase, so it
might need review
- There is no sample. So I will explain how it works and I hope you can get
far enough with it then. You should call a Javascript function like
x_functionname, that will call your Xbase function AJ_functionname and that
will eventually return its result to the javascript function
x_functionname_callback  

Good luck!

This message includes the following attachments: