我正在尝试使用从下载的ajaxtool工具包进行颜色拾取。
当我试图在我的任何页面上使用它时,它会显示一个错误
This page is missing a HtmlHead control which is required for the CSS
stylesheetlink that is being added. Please add <head runat="server" />.
可能是什么原因。我使用的是ToolScriptManager,而不是文档中所说的脚本管理器。我正在使用Asp.net 3.5,在内容页面下使用colorPi
我有一个进行搜索的脚本,我希望查询的结果也可以访问。
mysite.com/searchfor/"myword"
我在.htaccess中添加了接下来的行:
RewriteEngine on
RewriteRule ^/?searchfor/(.*)$ search.php?search=$1 [L]
它可以工作(页面正在加载),但是每个链接资源(css/js)都无法加载下一个错误:
Resource interpreted as Stylesheet but transferred with MIME type text/html
Resource interpreted