SharePoint 2010中添加HttpModule
摘要:SharePoint 2010 默认将所有的 httpModule 配置在 IIS7 专有的system.webServer/modules节中。(dll在bin目录)<system.webServer> <modules runAllManagedModulesForAllRequests="true"> <add name="HttpModuleDemo" type="HttpModuleDemo.HttpModuleDemo,HttpModuleDemo"/> </modules>
阅读全文
posted @
2013-01-14 13:59
Roy Cao
阅读(434)
推荐(0)
js的打印分页
摘要:调用IE自带的打印功能时,在需要分页的地方插入如下HTML,便可实现打印分页: <div style="page-break-before:always;"><br /></div>
阅读全文
posted @
2013-01-05 09:39
Roy Cao
阅读(3699)
推荐(0)