View Full Version : Text box doesnt work


sk8n_chic
07-16-2003, 01:16 AM
I copied the text box code from the html page but I made the text box so other users would be able to copy the text. The 'copy' seems to work fine on the page that I copied the code but on my site. I think that it might be that I have animations on that site. Please check it out at http://geocities.com/bsfaen1/you.html

Alcy
07-16-2003, 03:43 AM
Are you using some sort of javascript to prevent highlighting?

Remove this:
<script>
<!--
document.write(unescape("%3CMETA%20HTTP-EQUIV%3D%22imagetoolbar%22%20CONTENT%3D%22no%22%3E %0D%0A%3Cbody%20oncontextmenu%3D%22return%20false% 22%20ondragstart%3D%22return%20false%22%20onselect start%3D%22return%20false%22%3E%0D%0A%3Ca%20target %3D%22_blank%22%20onMouseOver%3D%22window.status%3 D%27%A9%20Angelic%20Network%27%3B%20return%20true% 22%20onMouseOut%3D%22window.status%3D%27%20%27%3B% 20return%20true%22%20href%3D%22http%3A//www.angelic-network.com%22%3E%0D%0A%3Cimg%20border%3D%220%22%2 0src%3D%22http%3A//www.iae.nl/users/liek/angels/angelicaquamarine.gif%22%20width%3D%2241%22%20heig ht%3D%2238%22%20ALT%3D%22aquamarine%22%3E%3C/a%3E"));
//-->
</script>

sk8n_chic
07-16-2003, 05:23 AM
Where can I remove that from, since I couldnt find that on the page where I the codes are

Alcy
07-16-2003, 07:29 AM
It's right below this....
<img src="http://www.boomspeed.com/strawberry/blinkie1.gif">
<br><br>
<form><textarea rows="3" cols="15" style="background-image: url('http://hk.geocities.com/tsis_design/img/background/snow01_1.gif')" style="font-family:comic sans ms" style="color:#33CCFF" style="border style:solid" wrap="virtual"><img src="http://www.boomspeed.com/strawberry/blinkie1.gif">
</textarea><br><br>

sk8n_chic
07-16-2003, 02:11 PM
I found it! Thank you so much!