cancel
Showing results for 
Search instead for 
Did you mean: 

embed VC in iFrame

0 Kudos

Hi, experts

We have a requirement to embed VC views in iFrame, in order to integrate VC report in Weblogic portal.

iFrame src url=<VC iView preview url>

But got "access denied of line 136" error. we check the source file. Line136 has the code below.

window.parent.document.tiltle = "<view name>";

Is it some permission problem of modify the parent window title? Do anyone know how to fix this?

Thanks.

Li

Accepted Solutions (1)

Accepted Solutions (1)

former_member341000
Participant
0 Kudos

Hi Li,

It sounds like a javascript access denied error, which happens when a page tries to modify the properties of another page not in the same domain.

If you can make sure both pages (or more accurately, the weblogic portal and the VC server) are at the same domain (both should have the full address, no short names) it would probably solve the problem.

Best regards,

Tal.

Answers (1)

Answers (1)

0 Kudos

solved follow Note 1048797