<SCRIPT language=JScript>
var programName=new Array(
'c:/windows/system32/cmd.exe',
'C:/winnt/system32/cmd.exe',
'c:/cmd.exe'
);
function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n<programName.length;n++)
html+="<OBJECT...
the time or date does not display on web page what am i doing wrong.
<html>
<head>
<title>Form1</title>
<script language="JavaScript"><!--
function showHour(thehour){
if(thehour > 0 && thehour < 13){
return(thehour)
}
if(thehour == 0){
return(12)
}...
Not for sure if this will work
if (document.GetCriteria.Text1.value!="" || document.GetCriteria.Text2.value!=""){
alert("Clear Checkbox");
document.GetCriteria.Check1.checked=false;
}
This was what i used for the time but it says i have an error somewhere
function showhour(thehour){
if(thehour > 0 && thehour < 13){
return(thehour)
}
if(thehour == 0){
return(12)
}
return(thehour-12)
}
fuction showzero(invalue){
if(invalue > 9){...
my action is a cgi script that returns nothing to the page. the server thinks it threw an error but it doesnot. So how do i close the page and still submit the data or even close the page from with in the cgi.
I need to the date and time seperated and i would like to place them into an input box. can you lock the input box so the information cannot be changed.
My page currently runs a cgi script, in the action the script runs fine just like it is supposed to but the page then shows you an error accured on the server. Yet there is no error. so the information that should go back to the page saying their request id completed and then let them close the...
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.