C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Html »

TextBox Color


Posted Date: 09 Jun 2009    Resource Type: Code Snippets    Category: Html
Author: R.Jaya kumar (JK)Member Level: Diamond    
Rating: 1 out of 5Points: 8




< script >
function txtBr(Recid)
{
if(Recid==0)document.getElementById ("Text1").style.border ='0px';
if(Recid==1)document.getElementById ("Text1").style.border ='1px';
if(Recid==1)document.getElementById ("Text1").style.borderStyle='solid';
if(Recid==1)document.getElementById ("Text1").style.borderColor ='red';
if(Recid==1)document.getElementById ("Text1").style.backgroundColor='yellow';
if(Recid==1)document.getElementById ("Text1").focus();
}
< /script >
< /head >
< body onload ="txtBr(0);" >
< form id="form1" runat="server" >

< input id="Text1" type="text" runat ="Server" onmousemove ="txtBr(1);" / >




Responses

Author: Agaran sankar    18 Jul 2009Member Level: Silver   Points : 1
hai.,

i wan to change text color of the textbox.
after onfocus typed text must display in black color.

onblur text color 'll be in gray color.

help mi with asp C3 code.


Author: R.Jaya kumar (JK)    18 Jul 2009Member Level: Diamond   Points : 1
hi

i am post answer this link

http://www.dotnetspider.com/forum/215321-How-chage-text-color-asp-textbox.aspx


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
TextBox Color  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Changeing Table Color
Previous Resource: Turning off autocomplete in JSP pages when using tag
Return to Discussion Resource Index
Post New Resource
Category: Html


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use