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 gkittelson 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. dkirkdrei

    Block external calls from 1 extension

    Hello gang, we have an antiquated Toshiba Strata CTX phone system and are using the winadmin 2.10d software for administration. For one of our extensions, I need to block all external calls and only allow the calling of internal extensions. Can someone please help with this? Seems like it should...
  2. dkirkdrei

    Hidden Alarm Clock?

    Thanks for all the responses. I ended up using: <script type="text/javascript"> var reloadTime = "5:00:00"; function startTime() { var today=new Date(); var h=today.getHours(); var m=today.getMinutes(); var s=today.getSeconds(); m=checkTime(m)...
  3. dkirkdrei

    Hidden Alarm Clock?

    I have a page that will be displayed on a monitor continuously, 24 hours a day, 7days a week, 365 yada yada yada... I need to create a script that monitors system time and refreshes the browser every morning at 5:00am est. Can someone point me in the right direction?
  4. dkirkdrei

    onSubmit, show/hide

    hey expertnovice, thanks for the response. I finally got it working, see below: <html> <head> <title>Submit Hider</title> <script type="text/javascript"> function onSubmitButton(){ document.getElementById("submitButtonDiv").style.display = "none"; if (navigator.appName ==...
  5. dkirkdrei

    onSubmit, show/hide

    I have a form in which I am trying to hide the submit button once it has been clicked and replace it with a gif image. The code that I am trying is below but I cannot get it to work. Right now both elements show up at the same time. Please help! <script type="javascript"> function onSubmit(){...

Part and Inventory Search

Back
Top