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: </td>
<td class="black2"><input type="text" name="name" size="50" /></td>
</tr>
<tr>
<td class="black2">HTML-Information: </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
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: </td>
<td class="black2"><input type="text" name="name" size="50" /></td>
</tr>
<tr>
<td class="black2">HTML-Information: </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