þÿ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>Detect Korean Font</title> <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE"> <meta content="JavaScript" name="vs_defaultClientScript"> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> <META http-equiv="content-type" content="text/html; charset=iso-2022-kr"> </HEAD> <body onload="redirectPage()"> <font color="#ffffff">Õ\­mÅ´</font> <script language="javascript"> function redirectPage() { // alert("This redirect page needs to verify that Korean fonts are installed. You are being redirected to the default landing page though."); location.replace("/extranet/Korean/KO_default.aspx"); } </script> </body> </HTML>