This is my code:
<script type="text/javascript">
new Ajax.InPlaceEditor('editme', 'aed.cfc?method=addTags',
{callback: function(form, value){
return 'tag=' + escape(value) + '&username=cchin'
}, onComplete:getUserTags('smith')
})
</script>
I'm trying to run a script after the aed.cfc call is completed.
Everything works fine. I have submission to the DB correctly. I just
need to re-run the script to grab the new information and display it.
getUserTags is the script I want to run passing into it the username
associated with the query (smith).
Any help would be much appreciated.
thanx!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---