Cascading dropdowns in SharePoint text fields – populated by lookup in another list (version 2)

03.11.2010 Updated the code to eliminate the need to refer other external resources than jQuery. Removed the argument “lookupSourceListURL” from the function call. The code is tested in IE, Chrome and Firefox. Opera is not supported. NOTE: When updating existing script you must modify the function call and remove the argument “lookupSourceListURL”. I have previously […]

General tips

Insert webpart on NewForm, DispForm or EditForm in SP 2007: Add “toolpaneview=2” behind the URL in this format: …NewForm.aspx?toolpaneview=2 …EditForm.aspx?ID=12&toolpaneview=2 This sets the page in edit-mode and you can add webparts as if it was any other page. Have you broken your page by adding a faulty script? Add “?contents=1” behind the URL and you […]

Welcome to my blog!

Welcome! You find newly added posts on the right side of the screen. All previously posts are found in the “Archives”, and you can search for keywords in the top right corner of the front page. How to post code in comments How to troubleshoot when the scripts does not work How to use these […]