<input type="image" name="ctl00$ContentPlaceHolder1$ImageButton1" id="ctl00_ContentPlaceHolder1_ImageButton1" src="https://www.r10.net/images/pamuk.png" longdesc="/images/PamukEv.png" style="height:46px;width:107px;border-width:0px;" />
                    </td>
                </tr>
                <tr>
                    <td class="style67" style="color: #047282; font-size: 14px; font-weight: bold;">
                    </td>
                    <td class="style68" 
                        style="color: #047282; font-size: small; font-weight: bold; font-family: Tahoma;" 
                        valign="top">
                        Tesisat No :
                    </td>
                    <td class="style69" valign="top">
                        <input name="ctl00$ContentPlaceHolder1$TextBox1" type="text" maxlength="10" id="ctl00_ContentPlaceHolder1_TextBox1" style="width:275px;" />
                    </td>
                </tr>
sitenin formundaki inputların name değerleri şöyle ctl00$ContentPlaceHolder1$ImageButton1 postla diğer sayfadan bu şekilde çektirirsem hata alıyorum.

$ctl00$ContentPlaceHolder1$ImageButton1=$_POST["ctl00$ContentPlaceHolder1$ImageButton1"];

mesela böyle olunca forma sayfadan otomatik birşeyler ekleniyor galiba javascrpt ile ama çözemedim.