use form instead of javascript

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3794 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 18 years ago
parent 30c3d909b1
commit ef2395c244

@ -10,15 +10,23 @@
#%env/templates/submenuCrawler.template%#
<h2>Web Structure</h2>
<form action="/WatchWebStructure_p.html">
<input type="hidden" name="width" value="#[width]#" />
<input type="hidden" name="height" value="height]#" />
<table>
<tr>
<td valign="top">
<dl>
<dt>host</dt><dd><input type="text" value="#[host]#" id="host" onblur="changeHost()" onkeydown="keydown(event)"/></dd>
<dt>depth</dt><dd>#[depth]#<br/>
<a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#"><img src="env/grafics/minus.gif" /></a>
<a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a>
</dd>
<dt>host</dt>
<dd>
<input type="text" value="#[host]#" name="host" id="host" />
</dd>
<dt>depth</dt>
<dd><input type="text" name="depth" value="#[depth]#" /></dd>
</dd>
<dt>
<input type="submit" value="change" />
</dt>
</dl>
</td>
<td>
@ -28,6 +36,7 @@
</td>
</tr>
</table>
</form>
#%env/templates/footer.template%#
</body>
</html>

Loading…
Cancel
Save