I'm attempting to place an object within a frame on an aspx page. This code works but only by itself, I'm just unsure where to place it in my ASP.NET code:
Code:
<OBJECT CLASSID="clsid: ... " >
<PARAM NAME="URL" value="Figure102.cgm">
</OBJECT>
</HTML>
And here is the frame I would like to use:
Code:
<frame src='<%= newCGM %>'>
Except where it says "newCGM" I am trying to get the html object in there. Any thoughts? TIA