Difference between revisions of "User:Vinoo/SafetyJSON"

m
m (Blanked the page)
 
Line 1: Line 1:
<html>
 
<script>
 
$(document).ready(function(){
 
jQuery.ajax({
 
              url: "https://2017.igem.org/cgi/forms/form.cgi",
 
              method: "GET",
 
timeout: 30000,
 
data: {command: "get_info", form_name: "2017_check_in"},
 
dataType: "json",
 
              success: function(data){
 
                console.log(data);
 
              }
 
            })
 
})
 
  
</script>
 
</html>
 

Latest revision as of 19:26, 1 August 2017