/    Sign up×
Community /Pin to ProfileBookmark

status bar txt Firefox compatible

Looking for a Status Bar script like this that works in BOTH IE and Firefox… Anyone?

var count = 0;
var text = “Welcome to my Website”;
var len = text.length;
scroll();
function scroll () {
window.status = text.substring(count, len)+text.substring(0,count);
if(count<len) count++;
else count = 0;
}

setInterval (“scroll()”, 90);

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@CharlesApr 09.2005 — 
  • * Open up FIrefox;

  • * Pull down the "Tools" menu;

  • * Select "Options...";

  • * Click on the "Web Features" tab;

  • * Make sure "Enable JavaScript" is checked;

  • * But select "Advanced...";

  • * Check the option to allow scripts to "Change the status bar text".
  • Copy linkTweet thisAlerts:
    @scragarApr 09.2005 — define your function before you call it.
    ×

    Success!

    Help @ranosb spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...