The iframe tag has no wiki summary.
1
vote
0answers
129 views
Parser Error in IFrame When added in Application Page
I am creating a SharePoint-2013 web-part in that I have created Application Page.
In that page I am using <iframe> element only there are no any other elements just for testing. But it is ...
0
votes
1answer
23 views
Show Web Info across different Site Collections
I'd like to
Show List Info in http://goSiteABC from http:goSiteXYZ;
using webservice or Javascript Model if possible
Or Show an iFrame web page in http://goSiteABC from http:goSiteXYZ
The ...
1
vote
1answer
78 views
Sandbox: can I get an html list item to Run in iframe?
I guess the real question is can I get rid of these lines in Response Header:
X-Download-Options: noopen
and
Content-Disposition: attachment; filename=...
so I can actually see an HTML ...
0
votes
1answer
257 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>
...
0
votes
0answers
184 views
Download File from client side by using Javascript api for sharepoint
I want to download a file by going through .aspx page and which returns a file like this
Response.Clear();
string content = Request.QueryString["param1"]+Request.QueryString["param2"]
...
0
votes
1answer
399 views
How can I configure x-frame-options: allow-from on my sharepoint installation?
I want to show some content from Sharepoint in IFRAME. From some research, I come to know that specific setting for X-FRAME-OPTIONS in HTTP Header prevents rendering in iframes. How can I use ...
2
votes
1answer
337 views
What is the alternative to an <iframe> in sharepoint
I have tried time and time again to hardcode an <iframe> into one of my Sharepoint 2010 pages. It looks brilliant until I save and close, when I do sharepoint removes any trace of an ...
0
votes
0answers
160 views
displayig a sharepoint\claims page in an IFRAME in IE
I am using shaepoint 2010 claims\ntlm mixed authentication as described in this link.
http://spautomaticsignin.codeplex.com (the user chooses if to authenticate with claims or windows ...
0
votes
0answers
55 views
Display SharePoint List Item in Exhange email
I could write a workflow email and format the email with all the columns I want..
But what if I already have an aspx page (non webpart or masterpage page) that renders a small display view of a ...
1
vote
1answer
494 views
How to integrate custom .ASPX solution in SharePoint list EditForm
I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
0
votes
1answer
466 views
Embedding SharePoint in a website
I have a web app and I would like to attach some files in SharePoint and manage it as resources in my external web application. Ie. SharePoint files mashed up in my web app.
I can generate URLs and ...
0
votes
1answer
434 views
Use Content Editor and iframe to Dynamically Display Selected PDF
So I have a library with PDF documents in it and a content editor web part underneath. When I select a PDF item I would like it to display in the <iframe>. I can accomplish this with a static ...
1
vote
3answers
2k views
Using an iframe to view a PDF stored in a SharePoint document library
Question
Is it possible to view a PDF through an iframe that is stored in a SharePoint 2010 document library? If so, what changes do I need to make to the default document library settings?
...
1
vote
0answers
175 views
Flexibility to edit a webpart page via an iframe
I'm working on a project in which I'll be using a couple iframes. It's going to be a webpart which will display some custom system pages in iframes. One of my goals is to see if it'll be possible to ...
2
votes
1answer
539 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 ...
0
votes
3answers
3k views
Problem with IFrames and SharePoint 2010
When having an IFrame inside SharePoint 2010, scrollbars disappears under some cirumstances depending on window size and mouse position. If holding the mouse over the address bar while refreshing the ...