Difference between revisions of "XDR Arbitrary"

(x)
 
(x)
Line 6: Line 6:
  
 
<div id="output" style="width: 500px; height: 500px; border: 2px solid orange;"></div>
 
<div id="output" style="width: 500px; height: 500px; border: 2px solid orange;"></div>
 +
 +
<script type="text/javascript">
 +
function getURL() {
 +
    return $("#url").val();
 +
}
 +
 +
$(document).ready(function(event) {
 +
    $("#go").click(function(event) {
 +
        jQuery("#output").load(getURL() + " #bodyContent");
 +
    });
 +
});
 +
</script>
  
 
</html>
 
</html>

Revision as of 20:58, 24 February 2015

Page to fetch: