Contact Us Kathleen Young Area Representative Charles, Calvert and St. Mary's Counties 301-752-7941 kyoung@fca.org
|
|
Modify Cell Properties... |
|
Insert Column to the Left |
|
Insert Column to the Right |
|
Insert Row Above |
|
Insert Row Below |
|
Increase Column Span |
|
 Decrease Column Span |
|
|
|
| Modify Cell Properties... | | Insert Column to the Left | | Insert Column to the Right | | Insert Row Above | | Insert Row Below | | Increase Column Span | |  Decrease Column Span | | | | ');
foo.document.close();
}
function updateValue()
{
if (document.activeElement) {
if (document.activeElement.parentElement.id == "de") {
return false;
} else {
if (parent.document.all.GUIEditor_html != null) {
parent.document.all.GUIEditor_html.value = SaveHTMLPage();
}
}
}
}
|