类型:转载 责任编辑:asp 日期:2007/03/01
我对语言不是很熟悉,所以不知道这段代码应该加在哪里?请教高手告诉我完整的代码和加入方式?
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
推荐阅读