This is an old revision of the document!
x2goplugin is a Firefox plugin. It can be used to access a x2go session via a Webbrowser instead of using x2goclient.
This is a short tutorial how to integrate the x2go plugin into a 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>