提问时间: 2008-04-16 15:21
浏览:221 次
我在vs2005中使用fckeditor
var sBasePath = "editor/";
var oFCKeditor = new FCKeditor( 'content' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Height = 400 ;
oFCKeditor.ReplaceTextarea() ;
页面出现了
HTTP 閿欒 400 - Bad Request銆?/i>
这种错误
但是在vs2003中没问题,在一个.html的页面中使用也没问题
vs2005中的页面需要什么设置吗