Skip to main content

embed essentials site viewer in html page

Comments

2 comments

  • Permanently deleted user

    Hi Jeff

    have a look at the source of the Viewer.html file in c:\inetpub\wwwroot\slViewer or thereabouts.

    The silverlight viewer object is by default set at 100% width and height.

    Have a go at changing the numbers. Whats the worst that could happen  ;-)

    Regards

    Ralph

    0
  • Permanently deleted user

    Could you not just use an iframe, or have I misunderstood what you're asking?

    Something like this in the existing page

    <p>text goes here</p>

     

    <iframe src="{LINKTOMAP}" width="80%" height="80%"><p>Your browser does not support iframes.</p></iframe>

     

    <p>text goes here</p>

     

    0

Please sign in to leave a comment.