Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grizzman2000

    Ticker tape displays??

    Is there a using the a javascript to link into a website and get a live feed so show inside the doc??? Javascript code I'm using: function Motion(msg,n) { var f = new String(msg); return f.substr(n)+f.substr(0,n); } var f = this.getField("textline"); (what to make this link into a...
  2. grizzman2000

    How to make time real??

    This is the code I have in there: var f = this.getField("mydate"); f.value = util.printd("hh/mm/ss", new Date()); Now how do I get it to update itself so the time is real time?? Thanks
  3. grizzman2000

    Pulldown menu with link to other pages

    Hi I want to make a pulldown menu, and the way I want it to work is when you click on the pulldown menu and pick your selection it go to another page. I know there a popup menu that does this but I want it to be a pulldown any help would be great Thanks

Part and Inventory Search

Back
Top