how can i scroll a text in the area written "web site f

  • hagmar66
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 14, 2004
  • Posts: 12
  • Status: Offline

Post May 18th, 2004, 9:52 am

please can you tell me howe can i put a text in the area down written "website found waiting for reply " :?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 18th, 2004, 9:52 am

  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post May 18th, 2004, 11:10 pm

I assume you are talking about the "status bar"

javascript:
Code: [ Select ]
document.status="Booya";


Although you won't be able to do it when it is saying "website found waiting for reply " as your website has to be loaded.

Also now you know the name of the thing google
Quote:
javascript manipulating "status bar"
CSS website design tutorials
  • hagmar66
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 14, 2004
  • Posts: 12
  • Status: Offline

Post May 19th, 2004, 7:35 am

pleae can you help me more in writing to text in the "status bar" because it didn't work
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post May 19th, 2004, 7:38 am

when do you want it to happen?

ie. when the page loads, or when the mouse goes over a link.

If you tell me what "event" you want to trigger it I can write you a quick event handler that should do the job
CSS website design tutorials
  • hagmar66
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 14, 2004
  • Posts: 12
  • Status: Offline

Post May 19th, 2004, 8:12 am

i want it when the page loads or to trigger it
thanks
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post May 19th, 2004, 8:30 am

I'll tell you why! It's not

Code: [ Select ]
document.status="hello";


it's
Code: [ Select ]
window.status="hello";


Sorry bout that, your on load script is:

Code: [ Select ]
<body onload="window.status='hello world';">


My appologies for giving you the wrong code - I never put text in the status bar.
CSS website design tutorials
  • hagmar66
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 14, 2004
  • Posts: 12
  • Status: Offline

Post May 20th, 2004, 9:32 am

Can you tell me how can i scroll the text in the status bar or change the font
thanks anyway
  • hagmar66
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 14, 2004
  • Posts: 12
  • Status: Offline

Post May 20th, 2004, 9:50 am

hOW can i put it when the page is loading so that it won't write ie " 12 items remaining"
  • RichB
  • Guru
  • Guru
  • User avatar
  • Joined: May 17, 2003
  • Posts: 1121
  • Loc: Boston
  • Status: Offline

Post May 20th, 2004, 10:04 am

I don't think you can change the font, but there are a bunch of scripts out there for scrolling a message across the status bar.

Here's one:
http://www.mcfedries.com/JavaScript/Sta ... essage.asp

Search Google for javascript scrolling status bar for many more by clicking here
Free Programming Resources

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 83 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.