当前位置:编程学习 > 网站相关 >>

请教一个JS的问题,高手指教。

function tcWindow()
{
myWindow=window.open('','','width=200,height=100')
myWindow.document.writeln("This is 'myWindow'")
myWindow.focus()

}
函数调用就出错“缺少对象”,但是由按钮触发却可以执行的,为什么? --------------------编程问答-------------------- 自己先顶起来 --------------------编程问答--------------------

<script>
function tcWindow()
{
myWindow=window.open('','','width=200,height=100')
myWindow.document.writeln("This is 'myWindow'")
myWindow.focus()

}
function test(){
tcWindow();
}
test();
</script>

直接这样调用没问题,你是怎么调用? --------------------编程问答-------------------- 同楼上,没发现问题。 --------------------编程问答-------------------- 你该不会再是在XPage的服务器Javascript里调用那个函数吧,服务器Javascript是不可以使用window对象的。
补充:企业软件 ,  Lotus
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,