I have a webpage that uses some hidden textarea fields – for storing some javascript information (This is passed on to the server for processing).
However the only displayed form is a small form at the top – and the page has a scroller because of the hidden textareas. Is there any way – I can remove that scroller ?
If you use
display: none, your textarea fields should not take any space.Alternatively, use a script element as template container. Search for “javascript templates”.