Answer the question
In order to leave comments, you need to log in
Is it possible to integrate IE 6 into Windows 7 x86\64?
Hello. Faced such a problem:
There is an old program written in vba6, which, to display the element (s), uses different templates written in javascript, here is an example:
<script language=javascript>
function delet(zz)
{
var start = zz.indexOf("((ÏÎÄÂÎÄÊÀ");
if (start >= 0) {
var end = zz.indexOf("))");
zz = zz.substring(start, end);
zz = zz.replace("((ÏÎÄÂÎÄÊÀ", "");
return zz;
} else {
zz = "";
return zz;
}
}
var s="$BlockType";
if (s== "Ñþæåò" )
{
var text=delet("$BlockText");
if (text != "") {
while (text.indexOf("<br>")>0)
text=text.replace("<br>", " ");
document.write(text+"<br>**<br>");
}
}
Answer the question
In order to leave comments, you need to log in
If you need a full-fledged IE6, then most likely you will have to install a virtual machine with Windows XP.
There is no way to integrate into the system.
If you need a browser, try IETester there is an IE6 engine.
my-debugbar.com/wiki/IETester/HomePage
In general, I did not see anything in the program that could cause it to crash, perhaps the reason is in another piece of code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question