[HTML 文本 ] <hun1> <head> <title>yoyo 邮局主页</title> </head> <body> <p align="center"> <b><font color="#800080" face="楷体_GB2312" size="5">yoyo 邮局</font></b> </p> <p align="center"> (1) </p> <p align="left"> </p> <p align="left">用户登录</p> <table> <tr><td width=" 100" height="16"><div align="right"> 登录名</div></td> (2) </table> <table> <tr><td width="100" height="16"><div align="right"></div></td> (3) </table> <table> <tr><td width="100"><div align="right"> 类型 </div></td> <select onchange="changeBackURL()" name="select"><option>商务用户</option> (4) <option>免费用户</option> </select> </table> <p></p><p></p> <a href="http://bbs.yoyo.com">参加yoyo 邮局讨论</a> </body> </html>