Tagged Questions
0
votes
1answer
260 views
Load SharePoint 2010 page into another HTML page with jquery
I have an issue where I need to load a piece of my SharePoint 2010 site (header, navigation/search) into another .html page. In general, I want it to look like the following:
<!doctype html>
...
2
votes
1answer
543 views
Error on page when using an iframe in a Content Editor Web Part
I am trying to set up on iframe on a SharePoint 2007 page that will show the most current project report uploaded to a document library. Here is my code, inserted into the page in the source of a ...