


| 前不久发布的红宝网络打字系统V9.1后,经过一段时间的测试,发现在IE6中打中文字时屏幕会闪烁,经过分析和对比以前版本的代码,发现只有用了框架之后才可避免屏闪的问题。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="红宝网络打字系统,红宝网络,www.aspok.net" /> <title>红宝网络打字系统V9.1</title> </head> <FRAMESET rows="0,*" framespacing=0 frameborder=0> <FRAME src="tmp.asp" name="tmp"> <FRAME src="paiming.asp" name="daziframe"> </frameset> </html> |