Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Disable TextBox html by php

Sun Oct 26, 2008 6:41 pm

Disable Text Box from html
Code:
<HTML>
<BODY>
<FORM METHOD="POST" ACTION="CallMySelfPHP.php">
    <TABLE>
    
    <TR>
    <TD><INPUT TYPE="TEXT" NAME="OP1" 
      VALUE="<? echo  $OP1 ?>"></TD>
    </TR>
    
    <TR>
    <TD ALIGN="CENTER">+</TD>
    </TR>
    
    <TR>
    <TD><INPUT TYPE="TEXT" NAME="OP2" 
      VALUE="<? echo  $OP2 ?>"></TD>
    </TR>
    
    <TR>
    <TD ALIGN="CENTER"><INPUT TYPE="SUBMIT" VALUE="="></TD>
    </TR>
    
    <TR>
    <TD><INPUT TYPE="TEXT" NAME="RESULT" 
      VALUE ="<? echo  $OP1 $OP2 ?>"
      disabled></TD>
    </TR>
    
    </TABLE>
</FORM>
</BODY>
</HTML>




Post a reply
  Related Posts  to : Disable TextBox html by php
 AutoComplete TextBox     -  
 disable button     -  
 disable right click on your web page     -  
 how to show hashmap value in a textbox     -  
 how to disable JavaScript in Mozilla FireFox     -  
 add data from form1 textbox to form2 combo box     -  
 Disable submit button until all form's fields are filled     -  
 calling method to form- displaying textbox data in messagbox     -  
 What are PHP,PSD to HTML ?     -  
 HTML Tags -2     -  

Topic Tags

PHP Forms