Anyone know why my form would still submit in firefox but not in IE?
aspnetForm is the id of the form.
I get the alert, but the form still submits.

            Event.observe('aspnetForm','submit',function(e){
                alert('submit');
                var t = $F('ctl00_ContentPlaceHolder1_NewTag');
                if(t!="")
                {
                    t.split(",").each(startTagAdd);
                }
                e.stop();
            });

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to