|
在asp页面可以用上面所示
<
%
if request.ServerVariables("HTTP_ACCEPT_LANGUAGE")="zh-cn" then
response.redirect "http://www.csdn.net/"
end if
%
>
<CLK>在<NOBR oncontextmenu="return false;" onmousemove=kwM(2); id=clickeyekey2 onmouseover="kwE(event,2, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,2)" onmouseout="kwL(event, this);" target="_1">html</NOBR>页面,可以如下 </CLK>
<
script language=javascript>
if (navigator.systemLanguage=="zh-cn")
window.location.href="http://www.csdn.net/";
<
/script
><SCRIPT language=javascript>
if (navigator.systemLanguage=="zh-cn")
window.location.href="http://www.csdn.net/";
</SCRIPT> |
|