search for: addfyi

Displaying 1 result from an estimated 1 matches for "addfyi".

Did you mean: add_ri
2008 Apr 29
1
Making new Ajax.Updater within a previous Ajax.Updater call
...id="info"></textarea></td></tr> <tr><td></td><td><input type="button" onclick="addMessage()" value="Add FYI" class="def"></td ></tr> </table> </form> <script> function addFYI() { new Ajax.Updater( ''fyi'', ''addmessage.php'', { method: ''post'', parameters: $(''FYIForm'').serialize() } ); $(''FYIForm'').reset(); } </script> </body> </html> The problem is that the addM...