Team:TU Delft

From 2010.igem.org

(Difference between revisions)
Line 58: Line 58:
// $("#edit_content_link").attr('href', url);
// $("#edit_content_link").attr('href', url);
$("#edit_content_link").click(function() {
$("#edit_content_link").click(function() {
-
$("#iGEM_TU_Delft_container").html('<iframe src="'+location.host + url+'" width="100%" height="100%"></iframe>');
+
$("#iGEM_TU_Delft_container").html('<iframe src="'+url+'" width="100%" height="100%"></iframe>');
});
});
}
}

Revision as of 00:20, 19 October 2010