Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_0_20181113_1/vncviewer.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12871 - (show annotations) (download)
Tue Nov 13 08:53:04 2018 UTC (5 years, 5 months ago) by niro
File size: 245 byte(s)
tagged 'alx-web-0_7_0_20181113_1'
1 <? $ip = $_GET['ip']; ?>
2 <HTML>
3 <HEAD></HEAD>
4 <BODY>
5 <APPLET CODE="vncviewer/VNCViewer.class" ARCHIVE="vncviewer.jar" WIDTH=400 HEIGHT=80>
6 <PARAM name="server" value="<? echo $ip; ?>">
7 <PARAM name="port" value="5900">
8 </APPLET>
9 </BODY>
10 </HTML>