本文介绍了如何在打开新的浏览器代码的情况下使客户端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]

推荐答案


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

07-22 21:41
查看更多