script>
Fourth episode
This chapter I will tell you how to display text in Statusbar (that is, the line of URLs you browser), and will teach you the working principle of the 'Running Rock' (Scroller). Although Scroller completed by JavaScript currently has some problems (where will I mention the problem later?), But I still tell you how it is written. First, how do you fill in Statusbar? The following grammar will tell you how to do this: (Please look at Statusbar after pressing the button)
Nice to! Take a look at the original code:
Function statbar (txt) {
WINDOW.STATUS = TXT;
}
// ->
script>
hEAD>