From 31daca5d8c1789d93cd81ac3ccd167c18bc6cf35 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 12 Mar 2003 11:50:47 +0000 Subject: [PATCH] A dialog box is now opened when Restart is pushed while composing a query. --- helm/searchEngine/html/editor.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/searchEngine/html/editor.html b/helm/searchEngine/html/editor.html index b032f0c4c..332c1a9a0 100644 --- a/helm/searchEngine/html/editor.html +++ b/helm/searchEngine/html/editor.html @@ -42,6 +42,7 @@ function parse() } function armageddon() { + if (confirm("This will delete your query and restart a new one. Are you sure?")) { top.initialize(); top.window.open(top.topurl+"/getpage?url=start.html","qw"); top.window.open(top.topurl+"/getpage?url=blank.html","cw"); @@ -49,6 +50,7 @@ function armageddon() top.window.open(top.topurl+"/getpage?url=blank.html","gw"); top.window.open(top.topurl+"/getpage?url=blank.html","sw"); } + } function comprimispazi() { stringa=document.edit.qta.value; @@ -113,7 +115,7 @@ function agg()
- + -- 2.39.2