Super, dzięki...
Ale ja poleciałem sobie dalej i przekształciłem to w coś takiego:
[xml:1:59751412dc]<?xml version="1.0" encoding="iso-8859-2" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-2" />
<title>php.pl</title>
<script type="text/javascript">
<!--
function _show( strValue )
{
if ( strValue == 1 )
{
document.getElementById( 'rrr'
).style.display = 'block';
}
else
{
document.getElementById( 'rrr'
).innerHTML = '';
document.getElementById( 'rrr'
).style.display = 'none';
}
}
//-->
</script>
</head>
<body xml:lang="pl">
<form action="" method="post">
Pokaż fragment tabeli:
<br />
<input type="radio" name="show" value="1" onclick="_show( this.value );" /> Tak
<input type="radio" name="show" value="0" onclick="_show( this.value );" checked="checked" /> Nie
<br />
<textarea name="text" style="display:
none;"> </textarea>
</form>
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td width="10">a</td>
<td width="10">s</td>
</tr>
<tr id="rrr" style="display:
none;">
<td width="10">aa</td>
<td width="10">ss</td>
</tr>
<tr>
<td width="10">a</td>
<td width="10">s</td>
</tr>
</table>
</body>
</html> [/xml:1:59751412dc]
I teraz mam zagwozdkę, dlaczego nie jest to zapętlone??

To by było całkiem fajne do używania w formularzach, które staram się jak najbardziej poskromić, czy możecie powiedzieć gdzie waszym zdaniem jest tu błąd??
Dzięki.