No, tested under Explorer and FF.
I got this message:
Detaljerad information om felet på webbsidan
Användaragent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Tidsstämpling: Wed, 10 Feb 2010 18:12:15 UTC
Meddelande: 'tag.value' is null or not an object
Rad: 372
Tecken: 4
Kod: 0
URI:
192.168.100.201/index.php?option=com_mls...temid=7&task=new
I found this:
if(form.tag.value == '') {
alert('Your Team must have a tag!');
} else if(form.name.value == '') {
alert('Your Team must have a name!');
} else {
submitform( pressbutton );
}
(Swedish)