Magellan Linux

Annotation of /alx-src/trunk/alx-web/vncviewer.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2804 - (hide annotations) (download)
Mon Aug 29 20:22:21 2011 UTC (12 years, 9 months ago) by niro
File size: 245 byte(s)
-merged branch alx-web-0_6_0 into trunk
1 niro 1600 <? $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>

Properties

Name Value
svn:executable *