Padding Padding
Janet
Systems
 Register  Login 
Telephone  01628 566 178
Website Design, Hosting and Software Services
  Search 
Padding
corner Padding corner
Padding Padding
corner Padding corner
 Javascript Articles
Using JavaScript we are able to set the text in the status bar, rather than it showing the URL details of the page which we are viewing. To do this we simply need to set our status bar to the value of the text we wish to show:

window.status = "Welcome to my website";

We can improve on this my putting it into a function which may be called from elsewhere within our JavaScript coding,

<script language="JavaScript">
<!--
function setStatus(text) {
    window.status = text;
}
//-->
</script>


This article viewed: 926 times Back

Copyright © 2004-2007 Janet Systems Ltd.

 Print   

DotNetNuke Website design and hosting from £15.00 per month. More...

Looking for a website design company in the Thames Valley, call us on 01628 566178

DotNetNuke Modules
DotNetNuke Modules availalble from Janet Systems

DotNetNuke Skins
DotNetNukeSkins.gif

from Janet Systems

Padding
Copyright 2002-2008 Janet Systems Ltd.   Terms Of Use  Privacy Statement Tuesday, May 13, 2008