Can someone help me with this form.
When i paste all this in the form HTML box, i get the "date" button to work only if i am logged in to the homepage.
But it does not respond at all if im not logged in to my homepage.
When i paste all this in the form HTML box, i get the "date" button to work only if i am logged in to the homepage.
But it does not respond at all if im not logged in to my homepage.
<script language="javascript" type="text/javascript" src="http://www.brakelessmc.se/includes/js/overlib_mini.js"></script> <script language="javascript" type="text/javascript" src="http://www.brakelessmc.se/includes/js/overlib_hideform_mini.js"></script> <head> <link rel="stylesheet" type="text/css" media="all" href="http://www.brakelessmc.se/includes/js/calendar/calendar-mos.css" title="green" /> <script type="text/javascript" src="http://www.brakelessmc.se/includes/js/calendar/calendar_mini.js"></script> <script type="text/javascript" src="http://www.brakelessmc.se/includes/js/calendar/lang/calendar-en.js"></script> </head> <div align="center"> <table border="0" width="400"> <tr> <td><font face="Verdana" size="2">Namn/klubb</font></td> <td><font face="Verdana"><input type="text" name="Namn_Klubb" size="20" tabindex="1"></font></td> </tr> <tr> <td> <font face="Verdana" size="2">Datum</font></td> <td><font face="Verdana"> <input class="inputbox" type="text" name="Datum" id="Datum" size="20" maxlength="10" onchange="checkPublish();" tabindex="2" /><font size="2"> </font> <input type="reset" class="button" value="..." onclick="return showCalendar('Datum', 'y-mm-dd');" /></font></td> </tr> <tr> <td> <p><font face="Verdana" size="2">Skriv i koden</font></td> <td> <font face="Verdana" size="2">{imageverification}</font></td> </tr> <tr> <td colspan="2" align="center"><font face="Verdana"> <input type="submit" value="Skicka" name="Skicka" tabindex="7"><font size="2"> </font> <input type="reset" value="Återställ" name="Reset"></font></td> </tr> </table> </div>