Question

i have added the script tag "/_layouts/Memento/jquery.tablednd.js" along with few other script tags in the SharePoint master page under "head". I am calling a popup page by doing window.open(test.aspx). In this page the above "script" is not rendered. If i check the view source am not able to find the tablednd.js which helps to perform drag and drop.

Normal pages the tablednd is available.I don't want to write a JavaScript code to add this script to popwindow at runtime. Kindly help me to place the "script" inside the master page in a proper way so that it will be rendered by the popup window also,

Was it helpful?

Solution

Check you are adding the script lines to the correct masterpage. In you popup.aspx, check the top lines to see if it is using the v4 system master page

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top