做一个全能搜索,一个主页面中,头部是主搜索文本框和一个按钮,下面包含二个框架一个是百度,一个是google.
按钮加了javascript脚本location= " ",当把头部写在另一个页面时,该页面的location.href= "defaut.aspx "失效
------解决方案--------------------------------------------------------
代码贴出来瞅瞅!
------解决方案--------------------------------------------------------
现做location= " "
后做location.href= "defaut.aspx "
?
在两者之间加一句alert();
测试一下