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...
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)...
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?
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 ==...
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(){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.