Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JRE für Applet automatisch im Netscape downloaden

Empfohlene Antworten

Veröffentlicht

Ich habe folgenden Code:


<script language="JavaScript">

function Hilfe()

{

window.open("ChatHilfe.htm","Hilfe","top=50,left=100,width=400,height=500,scrollbars=yes,toolbar=no");

}

function VerbindungERR()

{

alert("Die verbindung zum Chat-Server wurde unterbrochen .\n\nChat wird geschlossen.");

window.close();

}

function FineApplet()

{

var Risposta=confirm("Chat wirklich verlassen ? ");

if(Risposta) window.close();

}

function IniObj()

{

document.write("<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'");

document.write("codebase='http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,mn'");

document.write(" align='middle'");

var lrg=(document.body.offsetWidth);

var alt=(document.body.offsetHeight);

document.write("width = "+lrg +" ");

document.write("height = "+alt +"> "); 

}

</script>

<html>


<head>

<title>IORIO CHAT -->   Krain </title></head>

<body style="margin:0">

<script>

IniObj();

</script> 


<PARAM NAME="type" value="application/x-java-applet;jpi-version=1.3">

<PARAM NAME="archive" value="chat.jar">

<PARAM NAME="codebase" value="http://www.iorio.ws/scritti/javaclass/">

<PARAM NAME="code" value="Iorio.Chat.class">

<PARAM NAME="scriptable" value="true">

<PARAM NAME="Port" value="3107">

<PARAM NAME='Port' value='3107'><PARAM NAME='Alias' value=Krain> <PARAM NAME='Datum' value=03.09.2003><h2 align='center'>Java Plug-in ist nicht installiert<br> </h2>

</OBJECT>





</body>


</html>

Damit lädt der IE die JRE automatisch runter falls diese auf dem Client nicht installiert ist!

Meine Frage ist jetzt:

Wie funktioniert das beim Netscape Navigator??

Es muss doch irgentwie eine Möglichkeit geben. Beim IE funktioniert es doch auch einwandfrei!

Irgentwelche Vorschläge?

mfg

Krain

  • 1 Monat später...
  • 1 Jahr später...
  • Autor
ich denke, dass durch das Java-Plugin im Netscape kein download der JRE nötig ist, oder irre ich mich da?

Doch, wenn es sich um eine höhere Version handelt, die man braucht.

Das Problem wurde jetzt so gelöst, dass eine Mindestanforderung für die Benutzung des Applets gestellt wurde.

Also mindestens JRE 1.3.1

Trotzdem danke

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.