]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/control.html
control.html, control.js: now commands replace the history, so that
[helm.git] / helm / uwobo-panel / control.html
index 91c2e071423793ea09786570ccd4d219935fa857..15f2a4223dfd51bf7b3923c11518eaa0d987d57a 100644 (file)
@@ -97,7 +97,7 @@ The following is the URL used to contact the UWOBO servlet. Note that the servle
     </td>
     <td>
       <form>
-        <input type="button" value="Check" onClick="top.result.location = getUwoboURL() + 'help'"/>
+        <input type="button" value="Check" onClick="top.result.location.replace(getUwoboURL() + 'help')"/>
       </form>
     </td>
   </tr>
@@ -136,7 +136,7 @@ running UWOBO and not your machine.
     </td>
     <td>
       <form>
-        <input type="button" value="Check" onClick="top.result.location = getGetterURL() + 'help'"/>
+        <input type="button" value="Check" onClick="top.result.location.replace(getGetterURL() + 'help')"/>
       </form>
     </td>
   </tr>
@@ -169,7 +169,7 @@ The following are commands to do some simple queries about the UWOBO servlet.
   </td>
 </tr>
 <tr>
-  <td><form><input type="button" value="Help" onClick="top.result.location = getUwoboURL() + 'help'"/></form></td>
+  <td><form><input type="button" value="Help" onClick="top.result.location.replace(getUwoboURL() + 'help')"/></form></td>
 </tr>
 <tr>
   <td>
@@ -177,7 +177,7 @@ The following are commands to do some simple queries about the UWOBO servlet.
   </td>
 </tr>
 <tr>
-  <td><form><input type="button" value="List Stylesheets" onClick="top.result.location = getUwoboURL() + 'list'"/></form></td>
+  <td><form><input type="button" value="List Stylesheets" onClick="top.result.location.replace(getUwoboURL() + 'list')"/></form></td>
 </tr>
 </table>
 
@@ -307,7 +307,7 @@ care, and remember that the servlet can be shared among different users:
   </td>
   <td>
     <form>
-      <input type="button" value="Reload All" onClick="top.result.location = getUwoboURL() + 'reload'"/>
+      <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload')"/>
     </form>
   </td>
 </tr>