Y
Yin99
in my html I have a table I would like to "slice out" and then open
new browser and write to a clean document window. Is there an easy
way to do this in Javascript? The item I would like to slice outhas
an id "GanttTable" and class "ms-ganttInnerTable". Be nice if
Javascript could just grab this element based on this id or class,
store to string and let me write somewhere else.
<table cellPadding="0" cellSpacing="0" id="GanttTable" class="ms-
ganttInnerTable" >
Thanks,
Yin
new browser and write to a clean document window. Is there an easy
way to do this in Javascript? The item I would like to slice outhas
an id "GanttTable" and class "ms-ganttInnerTable". Be nice if
Javascript could just grab this element based on this id or class,
store to string and let me write somewhere else.
<table cellPadding="0" cellSpacing="0" id="GanttTable" class="ms-
ganttInnerTable" >
Thanks,
Yin