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...">
</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