calling functions from object tag to change the surrounding html

adam26

New Member
Hi all,

I have a more complex (scripted) web page which has been embedded into another one using the html object tag. So far so good. The requirement is now to change the location bar in the IE (ver. 7) outside the OBJECT tag. The target _top only accesses the top of the object tag but not the top of the surrounding HTML. Is there a way to solve this issue?

HTML:
  function();
 [OBJECT.......]
   call function();
 [/OBJECT]

I'm only allowed to use HTML, JavaScript and/or ActiveX.

Best regards,

adam26
 
Top