cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

sdaram
1-Newbie

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

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 1
VladimirN
24-Ruby II
(To:sdaram)

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

Top Tags