|
Un semplice JavaScript
che permette d' avere sempre a
portata di mano la versione java di Odigo. (
screenshots )
Schema per l'
installazione su un sistema Fedora Core 1 :
1) scarica gli
rpm per attivare il Java(TM) Plug-in per Mozilla
j2re-1.4.2-5.rhfc1.dag.i586.rpm
mozilla-j2re-1.4.2-5.rhfc1.dag.i586.rpm
2) installa il Java(TM)
Plug-in per Mozilla
da terminale con
privilegi da root digita:
rpm -U j2re-1.4.2-5.rhfc1.dag.i586.rpm
rpm -U mozilla-j2re-1.4.2-5.rhfc1.dag.i586.rpm
oppure
spartanamente :
rpm -U *.rpm
3)
crea una semplice pagina html
con un qualsiasi
editor di testo copia ed incolla il seguente codice e poi salva sul
desktop (o dove preferisci) il file chiamandolo Odigo.html :
t<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Odigo</title>
<meta name="GENERATOR" content="Quanta Plus">
</head>
<body>
<script language="JavaScript">
//*****************************************************************************************
// A product of www.TuttOSuLinuX.com,
http://www.tuttosulinux.com
//
// Copyright (c) 2003 by www.TuttOSuLinuX.com, All rights reserved
//
// Author: www.TuttOSuLinuX.com.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//*****************************************************************************************
window.top.location.href="http://web.odigo.com/ui/xpress/o/lang/en/login.html";
window.resizeTo(198,410);
self.menubar.visible=false;
self.toolbar.visible=false;
self.locationbar.visible=false;
self.personalbar.visible=false;
self.scrollbars.visible=false;
self.statusbar.visible=false;
</script>
</body>
</html>
4) avvia Odigo
se tutto è
andato per il verso giusto basterà cliccare sul file Odigo.html
e si avvierà Odigo Express ( Mozilla deve essere il browser web
predefinito)
5) Per maggiori
informazioni consulta Sun Java(tm) 2 Runtime
Environment
e Odigo Express
.
|
|