如何在打开新的浏览器代码的情况下使客户端PC [英] How to make Client PC in open new browser code

查看:98
本文介绍了如何在打开新的浏览器代码的情况下使客户端PC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我有服务器和2个客户端.服务器是打开浏览器并打开网页.2个客户端也一样(例如服务器)也打开.在网页中有两个选项卡,一个选项卡是自动读取",另一个是自读".是服务器显示网页.自读可自由查看网页.如果自读将浏览器单击进入我的计算机的新窗口.我的意思是自动读也显示浏览器,但它是服务器浏览器.自读显示客户端PC自己的浏览器. br/>

Hi Everyone,
I''ve server and 2 client.Server is open browser and open web page.2 client same(like server)open too.In web page two tabs,one of the tab is Auto read and another is Self read.Auto read tab is server showing web page.Self read is freely look into web pages.If Self read click browser new windows into my computer.I means Auto read also show browser.but it browser is Server browser.Self read show client PC own browser.

<input type="checkbox" name="checkbox2" id="checkbox2" onclick="plainWindowF()"/>
<script language="JavaScript">
<!-- hide me
function plainWindowF()
   {
   plain_window =
   window.open("main.php","plain",''fullscreen'',''fullscreen,scrollbars'');
   }
// end hide -->
</script>

在这些代码中.打开新窗口,但新窗口是服务器浏览器窗口.如何打开客户端PC自己的浏览器.使用VNC软件的客户端.是否可以?请给我建议.


问候
kyishaung

[edit]整理出代码块-OriginalGriff [/edit]

In these code.open new window but it new window is Server browser window.How can i open Client PC own browser.Client using VNC software.It''s possible or not?Give me advice.


Regards
kyishaung

[edit]Code block sorted out - OriginalGriff[/edit]

推荐答案

我已经阅读了五遍,不知道您在说什么.如果客户端使用软件来控制服务器,则您的代码无法打开该VNC窗口之外的任何内容,因为该窗口不提供与客户端桌面其余部分的任何交互渠道.如果这不是您要的内容,那么抱歉,您需要更好地解释.
I''ve read this five times and have no idea what you''re talking about. IF the client is using software to control the server, then there is no way that your code can open anything outside that VNC window, because that window does not offer any pipe of interaction with the rest of your client desktop. If that''s not what you''re asking, then you need to explain it better, sorry.


这篇关于如何在打开新的浏览器代码的情况下使客户端PC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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