Below is the code required to rotate the text used in the title bar and status bar
QUOTE
CODE
<script LANGUAGE='JavaScript'> <!--
var default1 = "defautl title"; // only shown once at page load var text1 = "title2"; var text2 = "title 3"; var text3 = "title 4"; var changeRate = 2000; // 1000 = 1 second var messageNumber = 0;
function changeStatus() { if (messageNumber == 0) { window.status=default1; document.title=default1; } else if (messageNumber == 1) { window.status=text1; document.title=text1; } else if (messageNumber == 2) { window.status=text2; document.title=text2; } else if (messageNumber == 3) { window.status=text3; document.title=text3; messageNumber = 0; }
I am working on a web "application" thing that allows you to click a button to add text to a
textarea. Similar to this forum when you click the BOLD button and it puts in {b}{/b} with the
square brackets. I want a similar function like that. Also, I want it to add wherever the cursor is,
not at the end. And after adding the thing, the cursor should be in between the tag or whatever that
was added. All the extra stuff are extra priorities. For now I would like to get something that
inserts text on click. The thing I came up with is: HTML html > head > text/javasc....
Hi, this nice script highlight text inputs fields in your forms, so it will help your visitors to
see where they are. Follow this steps to install it: Paste this code into the CSS section of your
HTML document CODE fieldset { width: 350px; } .textInput,textarea { width: 200px;
font-family: arial; background-color: #FFFFFF; border: 1px solid #000; } .inputHighlighted {
width: 200px; background-color: #FFCE31; color: #000; border: 1px solid #000; } Paste
this code into an external JavaScript file named: highlight-active-input.js.js CODE /....
Hello everybody!!! I'm new to this list and to JavaScript too. As a freshman I'd like to
know if it's possible to solve the following problem: I have to access a page where there are
some combo boxes with many options and after choosing the right options I have to click on a button
to see the desired results (the combos' content is like a filter to a query). The result is a
table of values and this table is generated in HTML (I saw the page's source code). The page I
want to access is a php page and I don't know if it uses some database for st....
Insert this code into the head of your page and the second script in the body tag of your page
CODE var speed = 50 var pause = 2000 var timerID = null var bannerRunning = false var ar = new
Array() ar = "This template was designed by solutions4u and for more templates please do visit
www.solutions4u.co.nr" //Change var www.DesignerWiz.com bannerRunning message var currentMessage = 0
var offset = 0 function stopBanner() { if (bannerRunning) clearTimeout (timerID)
bannerRunning = false } function startBanner() { stopBanner() showBanner() } functi....
Just looking for how I can make a text link change color onmouseover and onmouseout, similar to an
image swap. Any help on this would be appreciated. Thanks!....
Looking for automatic, title, status, text, rotation, change, text, title, bar, status, bar, preset, interval