From: Claudio Sacerdoti Coen Date: Thu, 22 Apr 2004 17:00:31 +0000 (+0000) Subject: expandasking parameter passed to UWOBO. X-Git-Tag: dead_dir_walking~3 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=b7905d7eddb9fd5e3bd09d488c05b1111b1f2795 expandasking parameter passed to UWOBO. --- diff --git a/helm/searchEngine/html/index.html b/helm/searchEngine/html/index.html index 305b2f8e1..0e120ed90 100644 --- a/helm/searchEngine/html/index.html +++ b/helm/searchEngine/html/index.html @@ -92,7 +92,8 @@ function ask_uwobo(url) "¶m.naturalLanguage=" + encodeURIComponent(naturalLanguage) + "¶m.annotations=" + encodeURIComponent(annotations) + "¶m.topurl=" + encodeURIComponent(interface_topurl) + - "&prop.method=html")); + "&prop.method=html" + + "¶m.expandasking=" + encodeURIComponent(top.topurl))); } function help(w) // quando invocata, visualizza l' help relativo ad un oggetto. Di solito รจ legata ad un evento onFocus o onMouseOver. {