<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Nur zum testen</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <script src="js/helper.js" type="text/javascript"></script> <script src="js/xmlify.js" type="text/javascript"></script> <script src="js/service.js" type="text/javascript"></script> <script src="js/callbacks.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function dummy (data) { this.var1 = null; this.var2 = null; this.var3 = null; this.var4 = null; dummy.baseConstructor.call (this, data); } nBildertool.extend (dummy, nBildertool.c_xmlify); //]]> </script> </head> <body> <script language="javascript"> //<![CDATA[ var serviceUrl = 'http://bilder-workingcopy/ajax+json/ajax.php' nBildertool.service (serviceUrl); console.log ('%s', 'jokus'); //]]> </script> </body> </html>