May 10, 2006 #1 AlanArons Programmer Aug 1, 2002 91 US Forgive my brain cloud, but, what is the way to change the status bar on the browser window to a specified text string? Alan Arons
Forgive my brain cloud, but, what is the way to change the status bar on the browser window to a specified text string? Alan Arons
May 10, 2006 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Code: window.status = 'some text'; If you need to take this further, you'll need to ask in the JavaScript forum (forum216). Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Code: window.status = 'some text'; If you need to take this further, you'll need to ask in the JavaScript forum (forum216). Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
May 10, 2006 Thread starter #3 AlanArons Programmer Aug 1, 2002 91 US I knew it was simple. Thanks Upvote 0 Downvote