Sys.ArgumentOutOfRangeException: Value must be an integer

摘要 :

在Asp.net AJAX 1.0 RTM版中,使用FrameSet或Iframe时,frame或iframe的frameborder属性应使用1 或 0,如:
frameborder="0"
而不能使用yes 或 no,如:
frameborder="no"

否则AJAX 1.0会出现如下脚本错误:

Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was NaN.
上一篇 :AJAX中使用GB2312的编码时出现乱码
下一篇 :根据字体大小得到字符串显示时的宽度