|
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
|