javascript - IFrame breakout -


trying work out how prevent iframe break out of following page.

http://www.virginaustralia.com/au/en/

the page loads fine in iframe, when go search flight, break out occurs due anti-iframe javascript assume. flight search remain within iframe.

my iframe pretty straight forward: <iframe id= "vaus" name="vaus" align="top" src="http://www.virginaustralia.com/au/en/" style="-webkit-transform:scale(0.75);"></iframe>

i've tried various javascript suggestions on here , nwdisable, nwfaketop, allow- fixes, nothing has worked.

any appreciated. note purpose not commercial purposes.

thanks

if website has iframe breakout, there's nothing can do.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -