Hi,
Folowing is not a 100%ly PHP Qeustion. But because it is related i am asking...
i generate some pop-up windows with php. By default there is no scollbar on the page.
Afterwards i search the HTML-Code for the Tag <textarea>. If the search returns true (if there is a textarea in the site), i want to call a function in Java Script to set a scollbar.
Does anybody know how to set a scrollbar in the current window ? i tried folowing, but because i am not so familiar with JS it is wrong 🙁
<script type="text/javascript">
window.self.scrollbars=yes;
</script>
If anybody knows a solution, i would be happy.
Thanks in advance
Ali