chmpdog Posted December 2, 2008 Share Posted December 2, 2008 Hey, I was wondering if anyone has a code I need. I need a pretty simple code which changes the size of a textbox when it is active. Much Appreciated, Charlie Quote Link to comment Share on other sites More sharing options...
Psycho Posted December 2, 2008 Share Posted December 2, 2008 <input type="text" onfocus="this.style.width='200px';" onblur="this.style.width='50';" /> Quote Link to comment Share on other sites More sharing options...
chmpdog Posted December 20, 2008 Author Share Posted December 20, 2008 Thanks Dude.. much appreciated Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.