Hi ,
I have been stuck up with the following issues.
Scenario:
I have a formula box where user enters the formula for example :
(plant1*2+plant2*3) and then user clicks on validate button.
I am replacing plant1/plant2 variables by 1 and trying to get the output as 5. But its giving NaN. I...
Hi,
i am looking for a calendar where the future dates are disabled.
The requirement is there is a calendar image in the page where on click of which calendar comes up , i am able to get this but i would like to know how to disable the future dates.
Thanks in advance.
Hi ,
I have been able to almost finish the project but except this.
How to disable the page when there is pop up called .
and enable when pop up is closed.
Thanks in advance.
I have a screen where users select the number of periods from a dropdown list.
Based on the number selected in the dropdown, a dynamic table is created with rows equal to the number selected from the dropdown.
On selecting a number from the dropdown a function is called which creates a dynamic...
Hi ,
This screen is to add Time Period - Shift. To add a Time Period, the user should select an existing Production Calendar. Upon selecting a Production Calendar, a drop down will be displayed with all the available Time Period. When ‘Shift’ is selected from ‘Time Period’ drop down and clicked...
Hi here goes my code
<html>
<h2>Add Row in JavaScript</h2>
<script>
function addRow(tableID)
{
var tbl = document.getElementById(tableID);
var lastRow = tbl.rows.length;
// if there's no header row in the table, then iteration = lastRow + 1
var iteration = lastRow-1;
var row =...
Hi All,
I have a file which contains mixed frames.
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Configuration Screens</title>
</head>
<frameset rows="71,*"...
Hi All,
My requirements are
1. Screen where user enters the no of rows(no of columns:4 Sl no , Start Date(SD), End Date(ED), Label)
2. user clicks on button to create the table (dynamic)
4. Si No should be done through function .
5. SD/ED/Label should be free text.
6. Validate StartDate/...
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.