godofwar4 adlı üyeden alıntı: mesajı görüntüle
<script type="text/javascript">
  function showBlock(blockId)
  {
    document.getElementById(blockId).style.display = "block";
  }
  function hideBlock(blockId)
  {
    document.getElementById(blockId).style.display = "none";
  }
</script>

<div>
<a href="javascript:showBlock('yorum')">Yorum Yap</a>
</div>

<div id="yorum" style="display: none">
<form action="default.asp" method=post>
        <input type=hidden name=islem value="yorum_isle">
    <tr>
      <td width="37%" height="19"><font size="2">&nbsp;Adınız:</font></td>
      <td width="63%" height="19"><font size="2">&nbsp;</font><input type=text name=isim size="20"></td>   
              </tr>
<tr>
      <td width="37%" height="19"><font size="2">&nbsp;Mail:</font></td>
      <td width="63%" height="19"><font size="2">&nbsp;</font><input type=text name=mail size="20"></td>   
          </tr>
<tr>
      <td width="37%" height="19"><font size="2">&nbsp;Yorumunuz:</font></td>
      <td width="63%" height="19"><font size="2">&nbsp;</font><input type=text name=yorum size="20"></td>  
           </tr>
<div><a href="javascript:hideBlock('yorum')">Yorumu Kapat</a></div>
</div>
Bu şekilde birşey mi istediniz acaba? Bir deneyin bakalım.
Çoook teşekkürler tam istedigim gibi oldu sade ve kısa bir kodlama ile hallettim valla çok sevindim tekrar teşekkürler