Hi all,

I have this project where user key in the no of magazine issue and the
id of first issue of the magazine the subscriber received. From these
2 details, the system will check with the database and display the id
of the last issue magazine the subscriber will receive in a textfield.
All these has to be done without the page refreshing itself, means
ajax have to be used.

The last issue id calculation is based on 2 parameters: No of issue
and first issue id. For example, i have 20 magazine issues no 1 to 20.
Subscriber 1 want 5 issues starting from magazine issue 4 so his end
issue is magazine issue 8. if he wants 13 issues, his end issue is
magazine issue 16

I understand that AjaxHelper::observeField can only observe on one
single field. for my case, i need to observe 2 fields, and on top of
that i need it to be able to display the ID inside a textfield not
<div>. Can this be done?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to