Link to home
Start Free TrialLog in
Avatar of LogicInnovations
LogicInnovations

asked on

How to update a text input field with AJAX.update or AJAX.PeriodicalUpdater?

Can I use something other than "div" as the first argument to the AJAX.Updater call?  Prototype document states "AJAX.Updater Performs an AJAX request and updates a containers contents based on the response text", but it didn't explain what qualify as a container.  I need to update a text input field that displays data retrieved from a PHP function.
Avatar of Pachepa
Pachepa

Hi,
are you by any chance using ajaxTag libraries?
It has ajax:updateField function. here's the link
http://ajaxtags.sourceforge.net/usage.html

Hope this helps.
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial