summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-07 01:44:55 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-07 01:44:55 +0000
commitc93f7d666d312e79c3163c309a1d082e21685bb8 (patch)
tree5c7c41d500b9fe2d6f437d98c1cda8ed1ed489f2 /index.php
parent8b744670bfb9f72c2d52d5373c43dcd5ce5e959a (diff)
fixed form error , submit issues
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 46fee77..8d381df 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@ if(empty($marker)) $marker="online";
</div>
<div id="visibox" class="box">
<b>Elemente<br />ausblenden</b>
- <form name="visibleform">
+ <form name="visibleform" action="#" onsubmit="return false">
<table class="legend">
<tr>
<td><input type="checkbox" name="offline" value="true" onclick="javascript:toggleVisible('offline')" <?php if($marker == "online") printf(' checked="checked"'); ?> ></td>
@@ -76,7 +76,7 @@ if(empty($marker)) $marker="online";
<td>&nbsp;</td><td align="center"><img src="./img/link_blue.png" /></td><td>Tunnel</td>
</tr>
</table>
- </from>
+ </form>
</div>
<div id="addressbox" class="box">
<b>Adresse suchen:</b>