![]()
Jetzt sind es nur noch wenige Schritt, und schon
können Sie i-talk24 kostenlos nutzen!
Damit wir Ihnen Ihren persönlichen Zugang zum i-talk24 zusenden können,
tragen Sie bitte hier Ihren Namen und Ihre E-Mailadresse ein.
(var activeKey in activeXNames) {
try {
plugin = null;
plugin = new ActiveXObject(activeKey);
} catch (e) {
// do nothing, the plugin is not installed
}
pluginString += activeXNames[activeKey] + ‚,‘;
}
var realPlayerNames = [‚rmockx.RealPlayer G2 Control‘,
‚rmocx.RealPlayer G2 Control.1‘,
‚RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)‘,
‚RealVideo.RealVideo(tm) ActiveX Control (32-bit)‘,
‚RealPlayer‘];
for (var index = 0; index < realPlayerNames.length; index++) {
try {
plugin = new ActiveXObject(realPlayerNames[index]);
} catch (e) {
continue;
}
if (plugin) {
break;
}
}
if (plugin) {
pluginString += ‚RealPlayer,‘;
}
} else {
for (var i = 0; i < navigator.plugins.length; i++) {
pluginString += navigator.plugins[i].name + ‚,‘;
}
}
pluginString = pluginString.substring(0, pluginString.lastIndexOf(‚,‘));
var plugins = document.createElement(‚input‘);
plugins.setAttribute(‚id‘, ‚pluginList‘);
plugins.setAttribute(‚type‘, ‚hidden‘);
plugins.setAttribute(’name‘, ‚pluginList‘);
plugins.setAttribute(‚value‘, pluginString);
form.appendChild(plugins);
var java = navigator.javaEnabled();
var javaEnabled = document.createElement(‚input‘);
javaEnabled.setAttribute(‚id‘, ‚javaEnabled‘);
javaEnabled.setAttribute(‚type‘, ‚hidden‘);
javaEnabled.setAttribute(’name‘, ‚javaEnabled‘);
javaEnabled.setAttribute(‚value‘, java);
form.appendChild(javaEnabled);“>
|