super( owner, tagName);
return getAttribute("accept-charset");
return getAttribute("class");
return getAttribute("href");
return getAttribute("id");
return getAttribute("method");
return getAttribute("sendreferer");
setAttribute("accept-charset", newValue);
setAttribute("class", newValue);
setAttribute("href", newValue);
setAttribute("id", newValue);
setAttribute("method", newValue);
setAttribute("sendreferer", newValue);