PDA

View Full Version : textbox trong asp.net



Buuht
02-06-2009, 14:25
minh dang lam wweb bang asp.net, minh muon moi khi nhap du lieu cho textbox nao thi mau nen của nó thay doi thi phai lam the nao. ban nao biet chi minh voi. cam on

khanhloc2011
03-06-2009, 16:42
Dùng javascript đấy bạn
<input type="text" onfocus="this.style.backgroundColor = 'Yellow';" onblur="this.style.backgroundColor = 'White'" />

onfocus: khi textbox được focus
onblur: khi textbox mất focus