You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
<!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://localhost/~georg/bilder/ajax+json/ajax.php'
|
|
nBildertool.service (serviceUrl);
|
|
console.log ('%s', 'jokus');
|
|
//]]>
|
|
</script>
|
|
</body>
|
|
</html>
|