Skip to main content
1-Visitor
February 27, 2017
Question

Display http://localhost:8080/Thingworx/Composer/index.html in IFrame/Div control, of HTML page

  • February 27, 2017
  • 1 reply
  • 7985 views

HI,

I have Web Application . contained html pages. in one of the page i want to show Thingworx mashup in iframe/DIV . Here i am providing my code for better understanding

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title></title>

   

</head>

<body>

    <form id="form1" runat="server">

  <div>

   <iframe id="if1" width="800" height="500" style="visibility:visible" src="http://localhost:8080/Thingworx/Runtime/index.html#mashup=KPIUnassignedMashup&__fromBuilder=682940d1-235f-4d4f-b528-59e897e95ce6">

   </iframe>

</div>

        </form>

</body>

</html>

=============================

In the above code i have given  mashup URL for "src" attribute of iframe control. But unable to see my mashup in iframe.

Please help me to resolve this issue, Thank you

Regards

Spandhana

1 reply

24-Ruby III
March 2, 2018

ThingWorx community is here: https://community.ptc.com/t5/IoT-AR/ct-p/IoTAR