【多选题】【消耗次数:1】
下列( )可以使窗口显示前一个页面(选择二项)
back( )
forward( )
go(1)
go(-1)
参考答案:
复制
纠错
相关题目
【多选题】 下列( )可以使窗口显示前一个页面
①  back( )
②  forward( )
③  go(1)
④  go(-1)
【多选题】 下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①  window.open(advert.html
②  window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1
③  window.open(advert.html,,scrollbars=1,location=0,resizable=1
④  window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no
【单选题】 在页面中有一个1行2列的表格,其中表格行(tr)的id为r1,下列( )能在表格中增加一列,并且将这一列显示在最前面。(选择一项)
①  document.getElementById(r1).Cells(1);
②  document.getElementById(r1).Cells(0);
③  document.getElementById(r1).insertCells(0);
④  document.getElementById(r1).insertCells(1);
【单选题】 Modesty helps one to go forward, ______ conceit makes one lag behind.
①  whenever
②  only if
③  whereas
④  consequently
【单选题】 When I was a child, I_______go back home on time.
①  have to
②  must
③  had to
【单选题】 Please get me a new [填空] when you go back home.
①  clothes
②  dress
③  clothing
④  trousers
【多选题】 在JavaScript中,下列代码可以实现弹出的窗口不可调节尺寸的是()(选择二项)
①  window.open(test.html,弹出窗口,resizable=no
②  window.open(test.html,弹出窗口,resizable=yes
③  window.open(test.html,弹出窗口,resizable=1
④  window.open(test.html,弹出窗口,resizable=0
【单选题】 1.When hewas a boy, he used to go there and watch____.
①  to repair bicycles
②  bicycles to be repaired
③  bicycles being repaired
④  repairing bicycles
【单选题】 1. I have two friends but_______of them 1ikes to go fishing with me.
①  none
②  neither
③  both
④  either
【单选题】 Corel启动时显示的一个窗口是:( )
①  普通画面
②  启动画面
③  欢迎窗口
④  程序窗口
随机题目
【简答题】 若页面中包含验证控件,可设置按钮的属性[填空1] ,使得单击该按钮后不会引发验证过程。
【简答题】 网站地图文件的扩展名是[填空1]。
【简答题】 ASP.NET的开发模式包括[填空1]、[填空2]、ASP.NET等。
【简答题】 通常称[填空1]页面为无刷新Web页面。
【判断题】 .htm文件不需要编译,直接从Web服务器下载到浏览器执即可。
①  正确
②  错误
【判断题】 IIS中的网站与VSEW2012中的网站是相同的概念。
①  正确
②  错误
【判断题】 decimal类型必须在数据末尾添加M或m,否则编译器以double类型处理。
①  正确
②  错误
【判断题】 数据源控件的Selected事件肯定会被触发。
①  正确
②  错误
【判断题】 一个页面上最多只能放两个UpdatePanel控件。
①  正确
②  错误
【判断题】 SqlDataSource控件只能访问SQL Server数据库。
①  正确
②  错误