看电子书时出现当前页的脚本发生错误 document.body.scrollTop 为空或不是对象 这怎么解决呀?
1个回答
展开全部
%
'使用javascript脚本 和asp结合来判断是否是在框架中显示,首先判断传递过来的参数判断是不是来自于框架,如果值 为空,表示还未判断是否来自于框架,否则就根据值来判断,来值行不同的过程显示不同的内容
response.Write(request.ServerVariables("HTTP_REFERER"))
isframe=request("isframe")
if isframe="" then
%
script language="javascript" type="text/javascript"
if(document.location.href==top.document.location.href)
{
if(document.location.href.indexOf(",")-1)
{
document.location.href=document.location.href+"isframe=false"
}
else
{
document.location.href=document.location.href+"?isframe=false"
}
}
/script
%
if isframe=true
call produce1()
else
call produce2()
end if
%
'使用javascript脚本 和asp结合来判断是否是在框架中显示,首先判断传递过来的参数判断是不是来自于框架,如果值 为空,表示还未判断是否来自于框架,否则就根据值来判断,来值行不同的过程显示不同的内容
response.Write(request.ServerVariables("HTTP_REFERER"))
isframe=request("isframe")
if isframe="" then
%
script language="javascript" type="text/javascript"
if(document.location.href==top.document.location.href)
{
if(document.location.href.indexOf(",")-1)
{
document.location.href=document.location.href+"isframe=false"
}
else
{
document.location.href=document.location.href+"?isframe=false"
}
}
/script
%
if isframe=true
call produce1()
else
call produce2()
end if
%
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询