Is there anyway to redirect to a full screen from a call in an ifr

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I don't think it is possible, but is there anyway to redirect to a full
screen from a redirect call within an iframe?
 
Hi,
i used to do this with javascript for frames i dont know if it will work
for iframes.

window.top.location.href = 'http://.....'

HTH
Chamindu
 
Back
Top