Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: ajax call

$
0
0
Re: ajax call
FoxInCloud
Re: ajax call
02/17/2012
05:32:54 AM
3FO1FFJWP Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None

I was not very clear. I want to interact with this from VFP code in a methid:

http://prototype-window.xilinus.com/samples.html


Not sure what you define as 'Ajax call'
'dialoag.alert(params)' could be a javaScript alert, probably not an Ajax call

Ajax calls are from client to server; you can use prototype's Ajax object
http://api.prototypejs.org/ajax/Ajax/

Can I use the ajax object FiC creates frm within my VFP code to make an ajax call?

For example pseudocode:

if myvar = 33

awajax(dialoag.alert(params))

endif


Viewing all articles
Browse latest Browse all 10393

Trending Articles