Do you want to display your published models from a web server on your intranet? Then you can use an IFrame. An IFrame is an HTML document, embedded in another HTML document. They are often used to display a website inside another website.
Use the following code to add an IFrame on your website:
<iframe src="https://your-published-models.com" style="height:200px;width:300px;" title="2c8 Publicering"></iframe>
Change "https://your-published-models.com" to the URL pointing to your published models. Height and width decide the height and width of the frame where the published models are displayed.
Comments
0 comments
Please sign in to leave a comment.