Click to See Complete Forum and Search --> : directories


zuzupus
06-26-2003, 06:47 AM
hi,
when i create a new directory let say test and check html information then submits a button name configur html will display on left frame otherwise not
if html information is not checked then it will show send me file button

<form action="diradmin.php" method="post">
<tr>
<td class="black2">New Directory:&nbsp;</td>
<td class="black2"><input type="text" name="name" size="50" /></td>
</tr>
<tr>
<td class="black2">HTML-Information:&nbsp;</td>
<td class="black2"><input name="check" type="checkbox" value="true" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="create" value="GO!" /></td>
</tr>
</form>

if anybody is not clear then i can send relevant files

thanks

pyro
06-26-2003, 07:44 AM
I don't understand what your question is. Could you please explain your problem a bit better?