X
xzmyzy
Unregistered / Unconfirmed
GUEST, unregistred user!
如在html文件中有下面一函数<script language="javascript"> function test(data){ alert("data");
};</script>在同一html文件中有下面一控件<OBJECT id="test" classid="clsid:A71FA199-0103-4E8C-A99A-859178D4671C" codebase="http://xzm/TestProj1.ocx#version=1,0,0,0" width=350 height=250 align=center hspace=0 vspace=0></OBJECT>问,如果在控件中能调用javascript中函数test(data),如果把它设置为回调函数,使控件中能调用test(data),开发控件时应该如何?
};</script>在同一html文件中有下面一控件<OBJECT id="test" classid="clsid:A71FA199-0103-4E8C-A99A-859178D4671C" codebase="http://xzm/TestProj1.ocx#version=1,0,0,0" width=350 height=250 align=center hspace=0 vspace=0></OBJECT>问,如果在控件中能调用javascript中函数test(data),如果把它设置为回调函数,使控件中能调用test(data),开发控件时应该如何?