I am trying to execute this but cant see any result:
<script> function init() { document.getElementById('welcome').innerHTML = "<font color=white>Logged As:"+ param + "</font>"; } window.onload = init; </script> <body> ........... <div class="span-24 bottom_header" id="welcome"></div> ........... </body> what is wrong here..........