Skip to main content

Bug Tracker

Side navigation

Ticket #4833: test.php


File test.php, 0.3 KB (added by anotherhero, June 30, 2009 01:00PM UTC)
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<script type="text/javascript">
jQuery(function($){
	var body = $('iframe').contents().find('body');
});
</script>
<iframe src="test2.php"></iframe>
</body>
</html>

Download in other formats:

Original Format