embed essentials site viewer in html page
Seems like there used to be a way to embed a geocortex site window in an existing web page. is that still possible? can someone point me to the documentation in the manual that explains this?
J
0
-
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 -
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.
Comments
2 comments