|
@@ -29,6 +29,11 @@ function doJsonQuery(query){
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+function loadPageNLP()
|
|
|
|
|
+{
|
|
|
|
|
+ window.location="nlp.html?link=" + thisUrlParams.link;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// Funzioni per raccattare + stringhificare l'output
|
|
// Funzioni per raccattare + stringhificare l'output
|
|
|
queryStringOutput = "";
|
|
queryStringOutput = "";
|
|
|
function stringifyResponse(val){
|
|
function stringifyResponse(val){
|