Ahoj nevíte proč si mi furt ukazuje ta tabulka ? Chci aby nebyla vidět.. :(
<script type="text/javascript">
document.write('<tr><td>');
document.write('<table id="CatalogInsertNewItem">');
document.write('<tr>');
document.write('<td rowspan="2" class="catalog_AddItem_ButtonMenu">');
document.write('<input type="submit" value="Přidat" name="catalog_add_item">');
document.write('<input type="reset" value="Vyčistit">');
document.write('</td>');
document.write('<td class="catalog_add_item">Název položky<input type="text" name="label">');
document.write('<p> </p>');
document.write('Cena<input type="label"><p> </p>');
document.write('</td>');
document.write('<td class="catalog_add_item_images">');
document.write('Náhled </p><input type="file" name="thumb" /><p> </p>');
document.write('Další obrázek </p><input type="file" name="second_image" /><p> </p>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="catalog_add_item" colspan="2">Popis<textarea name="description"></textarea></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td></tr>');
document.GetElementById('CatalogInsertNewItem').style.display = 'none';
</script>