ÿþ<html> <body color="cyan"> <!-- * ================================================ * Purpose: index.html for hkalvinsiu.com * to re-direct the href to cyber_main.com * ================================================ * Modifications: * ============= * 0. 2001-12-27 First Born * 1. 2006-02-14 Cater for Windows XP which block JavaScript * 2. 2007-05-01 Do not use the <comment> tab because Firefox cannot recognize it. * ================================================ --> <head> <title>www.alvinsiu.com</title> <script language="javascript1.2" type="text/javascript"> <!-- Hide script from old browsers if( top.location == self.location ) { top.location.href= "alvin_web_site.html" } // End hiding script from old browsers --> </script> </head> <h2>If you saw this message,</h2> <table> <tbody> <tr> <td valign="top">1.</td> <td>Maybe you are using Windows XP which has blocked the JavaScript.<br> Please right-click the [Yellow-Bar] at the upper of the window to [Allow Blocked Content] to display the so called [Active Content]. </td> </tr> <tr> <td valign="top">2.</td> <td>Or, maybe your browser does not support JavaScript.<br> This site needs at least JavaScript 1.2.<br> I suggest upgrading your browser. </td> </tr> </tbody> </table> </h2> </body> </html>