Hi, When you submit a form in the traditional way (as your test script does), the entire page is replaced by whatever the response to the post is (in the case of your test script, nothing). So of course any scripts running on the page are stopped.
BTW, your test script is not valid HTML. Valid markup matters, even in tests. -- T.J. Crowder tj / crowder software / com On Jun 7, 12:32 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi I'm having a problem using PeriodicalExecuter with a form. > I have a monitoring pane that updates status of form processing, > and it stops working when I submit a form. It works with Safari 2, > IE, Firefox, but not with Safari 3. > > I've made a test script:http://www.charmm-gui.org/test.html > > It updates a textarea, but it stops updating when the form is > submitted in Safari 3. Any help would be appreciated. > > Thanks, > Sunhwan --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
