Displaying 1 result from an estimated 1 matches for "ctl00_contentplaceholder1_newtag".
2008 Jan 28
6
cancelling form submit
...l 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...