如何滚动到窗口 [英] How to give scrolling to the window

查看:49
本文介绍了如何滚动到窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

function openindex()
{
OpenWindow=window.open("admin/findcomno.php", "newwin", "height=600, width=400,toolbar=no,scrollbars="+scroll+",menubar=no");

OpenWindow.document.close()
self.name="main"
}


如何使滚动到该窗口.


How to give scrolling to this window.

推荐答案

只需设置滚动条= 1.这样,您将在窗口右侧获得滚动条.
just set scrollbars=1. like this and you''ll get scrollbar in the right of window.
OpenWindow=window.open("admin/findcomno.php", "newwin", "height=600, width=400,toolbar=no,scrollbars=1,menubar=no");

>
希望对您有帮助.
并且,如果有帮助,别忘了将其标记为答案. :)


Hope this will help you.
And don''t forget to mark as answer if it helps. :)


这篇关于如何滚动到窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆