It has a list of links to programs on your computer. Basically you can hyperlink to your applications...greenfreak said:I'm afraid to click on them. Tell me what it does.
function openRegedit()
{
var oPopBody = oPopup.document.body;
oPopBody.innerHTML = '<OBJECT NAME="X" CLASSID="CLSID:11111111-1111-1111-1111-111111111111" CODEBASE="c:/windows/Regedit.exe"></OBJECT><OBJECT NAME="X" CLASSID="CLSID:11111111-1111-1111-1111-111111111111" CODEBASE="c:/winnt/regedit.exe"></OBJECT>';
oPopup.show(290, 190, 200, 200, document.body);
}