Shot: Add Javascript redirect on the page
Small script for page redirect: <script type="text/javascript"> setTimeout(function () { window.location.href =”http://newaddress.com“; }, 10000); //will redirect in 10 seconds....
View ArticleSome JavaScript issues
1. While using toUpperCase() function you may meet following error: Object doesn’t support this property or method Try to use following trick to solve your problem: sName =...
View ArticleHow-to run Custom JavaScript script. Script: Get IDs of all web site lists...
Case: You need to determine list of all Sharepoint lists available on site. Of course, we may use “View All Site Content” (“Site Actions” –> “View All Site Content”) menu item, but it doesn’t show...
View ArticleDependent lookups fields functionality for Sharepoint
Case description: You have pair of fields. One field (field2) depends on value of second one (field1). You want to realize that functionality on form new and edit form. Resolution Use prepared...
View ArticleNo markup in Developer tools (IE) – Check uploaded files
Today we found great way to detect absense of markup or HTML attributes in developer tools of Internet Explorer (IE). All we know that markup in DOM-tree may be changed after page load using...
View Article