Could somebody transform this javascript into vbscript...Help is
greatly appreciated.
<SCRIPT LANGUAGE=javascript>
<!--
function isOffice2003()
{
var p;
try {
p = new ActiveXObject('OWC11.spreadsheet');
}
catch (e) {
{
hidOfcVersion.value ="office2000XP";
}
}
if (p)
{
hidOfcVersion.value="office2003";
}
}
//-->
</SCRIPT>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/