Regardless of the nesting level in that particular w:tbl. For example:
<w:p w:rsidR="AAAAAA">
</w:p>
...
<w:tbl>
<w:tblPr>
<w:tblStyle w:val="TableGrid"/>
<w:tblW w:w="0" w:type="auto"/>
<w:tblLook w:val="04A0"/>
</w:tblPr>...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"...
IE 6.0
I need to write something like
function a()
{
alert("QQQ");
}
function b(fn)
{
fn();
}
function c()
{
b(a);
}
to see "QQQ" msgbox. How can I do it? THe code I posted doesnt do it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.