What does the following script in yahoo chat means?

Binaya Kumar

New member
var sWriteOutput = "";
try {
sWriteOutput = parent._iframeHelperCal lback(window.fr ameElement);
} catch (e) {
e = null;
};
if (sWriteOutput) { document.write(sWriteOutput); };
 
Back
Top