OBJECT TAG present inside the IFRAME is not loading

hi all
   i have an object tag which is present inside the source of iframes.it is not loading the class when it is present in sucessive iframes.But it is loading the object that is present in the iframe which is not already present inside another iframes.
it acutally present as

file1.jsp
<html>
<body>
<iframe src=encode.jsp>
</body>
<html>


encode.jsp
<body>
<OBJECT CLASSID="CLSID:CF83EA5E-0FFD-4476-9BF7-6C15F7F8BDCF" height=0 width=0 … VIEWASTEXT ID="Object1" >
<PARAM NAME=CODECLASS VALUE="WebClicks.dll#com.softbees.WebClickInitialize">
<PARAM NAME=VJSVERSION VALUE= 1.0.3710>
</object>
<body>


so if i have the above object tag in file1.jsp it loads but when it is present in encode.jsp,it is not loading.

so if anybody have an idea about ,pls give some solution to this.


thanks
praveen


Answer this question

OBJECT TAG present inside the IFRAME is not loading

  • YoungjaeKim

    Hi,
    Looks like this issue is related more to JSP than J#. Please post this query to JSP/ASP forum as that is the best place to get fastest response for these issues.

    Thanks.

  • OBJECT TAG present inside the IFRAME is not loading