Clone
asukkar
committed
on 24 Apr 08
LDEV-1627
Replaced javascript call

top.frames['contentFrame']

with

parent.frames['contentFrame']

For requestURL.jsp, if the call returns… Show more
LDEV-1627

Replaced javascript call

top.frames['contentFrame']

with

parent.frames['contentFrame']

For requestURL.jsp, if the call returns a null we attempt to retrieve the contentFrame by moving one level up

Show less