Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.49 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. An iframe's vertical scrollbar does not work when the target is a SharePoint page
  2. <html>
  3. <body>
  4.     <form>
  5.         <div>
  6.             <IFRAME height="300" width="1000" name="MyFrame" scrolling="yes"
  7.                     src="http://mycompany.com/mysilverlightpage.aspx">
  8.             </IFRAME>
  9.         </div>
  10.     </form>
  11. </body>
  12. </html>
  13.        
  14. <div ID="s4-workspace" class="s4-nosetwidth">
  15.    <div ID="s4-bodyContainer">
  16.       <asp:ContentPlaceHolder id="PlaceHolderMain" runat="server"/>
  17.    </div>
  18. </div>