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 Link to comment https://forums.phpfreaks.com/topic/135071-solved-simple-code-problems/ 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';" /> Link to comment https://forums.phpfreaks.com/topic/135071-solved-simple-code-problems/#findComment-703742 Share on other sites More sharing options...
chmpdog Posted December 20, 2008 Author Share Posted December 20, 2008 Thanks Dude.. much appreciated Link to comment https://forums.phpfreaks.com/topic/135071-solved-simple-code-problems/#findComment-720334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.