User Tools

Site Tools


wiki:components:x2goplugin

This is an old revision of the document!


x2goplugin

x2goplugin is a Firefox plugin. It can be used to access a x2go session via a Webbrowser instead of using x2goclient.

Installation of x2goplugin

Inserting x2goplugin into a webpage

This is a short tutorial how to integrate the x2go plugin into a website.

building a minimal website

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>x2go Plugin</title>
  </head>
  <body onload="checkPlugin()">

    <div id="x2goplugin">
        <--x2goplugin //--> 
    </div>
  </body>
</html>

Inserting the plugin

wiki/components/x2goplugin.1266526817.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)