View Single Post
Old 03-04-2008, 03:54 PM   #5 (permalink)
CharlieWon
Junior Member
 
CharlieWon's Avatar
 
Join Date: 01-07-08
Posts: 8
iTrader: 0 / 0%
Latest Blog:
None

CharlieWon is liked by many
This is the code that I was looking for

'<script type="application/x-javascript">

addEventListener("load", function()
{
setTimeout(hideURLbar, 0);
}, false);

function hideURLbar()
{
window.scrollTo(0, 1);
}

</script>'
__________________
Live as if your were to die tomorrow. Learn as if you were to live forever. - Gandhi
CharlieWon is offline   Reply With Quote