Quantcast
Channel: Automate IT! » javascript
Browsing latest articles
Browse All 9 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Some 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 Article


Image may be NSFW.
Clik here to view.

How-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 Article

Image may be NSFW.
Clik here to view.

Dependent 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 Article

Image may be NSFW.
Clik here to view.

No 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

Browsing latest articles
Browse All 9 View Live