Jump to content

Recommended Posts


Posted

Yes I have a decent monitor! What do you need I test?

Kel wasn't looking for you to test anything. I think his monitor died and he's hoping someone might have an old one they are able to donate.

Cheers and Regards

Posted

hello,

im getting this error:

Zeile: 238
Fehler: "lblEnable64BitProcessing" ist undefiniert

i just exracted the files and didnt do anything

and when i click NO it starts normally

Posted

ok done,

now im getting :

Zeile: 720
Fehler: "optKeep" ist undefiniert

after deleting that it is working now

Posted (edited)

Does not work on windows 7 with Internet explorer 8 versions how to correct?
If costs internet explorer to version 8, (just installed Windows 7) that under a condition getIEver () == "11.0" arises an error, something alert.js a line 55, precisely an error I do not remember

post-385053-0-59206700-1387472872_thumb.

post-385053-0-52171800-1387474321_thumb.

Edited by Valek271183
Posted (edited)

I think we must revert back inside wmi.js for IEver to :

function getIEver(){	position="wmi.js";	whatfunc="getIEver()";	IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\Version");	if (IEver.substr(0,4) == "9.10")	{		IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\svcVersion").substr(0,4);	}	else	{		if (IEver.substr(1,1) == ".")		{			IEver=IEver.substr(0,3);		}		else		{			IEver=IEver.substr(0,4);		}	}	return IEver;}

Because my first suggestion was wrong and gives errors you share. Sorry...

It's needed to find some code to improve this function !

Thanks

Edited by myselfidem

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...