/ Published in: ASP
must be placed inside a form tag with runat=server, that is, beneath
<form>
<form>
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- handles SharePoint scripts --> <asp:ScriptManager id="ScriptManager" runat="server" EnablePageMethods="false" EnablePartialRendering="true" EnableScriptGlobalization="false" EnableScriptLocalization="true" > <Scripts> <asp:ScriptReference Path="<%$SPUrl:~SiteCollection/Style Library/scripts/jquery-1.5.min.js%>"></asp:ScriptReference> <asp:ScriptReference Path="<%$SPUrl:~SiteCollection/Style Library/scripts/jquery.SPServices-0.5.6.min.js%>"></asp:ScriptReference> <asp:ScriptReference Path="<%$SPUrl:~SiteCollection/Style Library/scripts/LITP.js%>"/> <asp:ScriptReference Path="<%$SPUrl:~SiteCollection/Style Library/scripts/lilly.scrollfix.js%>"></asp:ScriptReference> </Scripts> </asp:ScriptManager>