Force Left Nav To at least 200 Pixels wide
Other Blogs
There are no items in this list.
Force Body To at least 500 Pixels high
SharePoint MindsharpBlogs > Todd Bleeker > Posts

 Single Post

Jan 07

Drop the following script into a Content Editor Web Part:

<script>
ExecuteOrDelayUntilScriptLoaded(ShowGuid, "SP.js");

function ShowGuid(){
  SP.UI.Notify.addNotification(SP.Guid.newGuid().toString());
}
</script>

<Todd />



 Comments

No comment(s) to show

 Add Comment

* Required Field
Your Name *
Your Blog Url
Message Subject *
Message Body *