I have a textbox(input control) which I want to resize as per screen size using javascript. Is their a way to do it. Thanks for the help.
I have tried giving static width using document.getElementById, but not able to resize it dynamically as per webpage size.