Click to See Complete Forum and Search --> : write text to the browser


RJ2003
09-15-2003, 12:44 PM
Hi ppl,

Using JavaScript how would you write text to the browser?

thnx.

pyro
09-15-2003, 12:55 PM
<script type="text/javascript">
document.write("This is some text");
</script>But 13% of users have javascript disabled, so be sure there is an alternate way for them to get the content.