From b7905d7eddb9fd5e3bd09d488c05b1111b1f2795 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 22 Apr 2004 17:00:31 +0000 Subject: [PATCH] expandasking parameter passed to UWOBO. --- helm/searchEngine/html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. { -- 2.39.2