com.jwebmp.plugins.cordovify.siteloader.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-cordovify Show documentation
Show all versions of jwebmp-cordovify Show documentation
The JWebSwing implementation for Cordovify
var jw={};jw.siteAddress="http://gedmarc.ddns.net:8080/DanceCultureStudios/";processResponse=function(result,status,xhr){var head=result.components[0].html;var body=result.components[1].html;document.write(head+body)};var xhr=new XMLHttpRequest;xhr.open("GET",jw.siteAddress+"jwcordova");xhr.onload=function(){if(xhr.status===200){var result=JSON.parse(xhr.responseText);processResponse(result)}else{alert("Request failed. Returned status of "+xhr.status)}};xhr.send();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy