Thanks a ton. It worked.
sorry for not explaining the scenario properly.But the way you understood is right and that is what i was trying to explain.
Thanks again.
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.
Hi Vacunita ,
Thanks for the reply. It solved 90% of my problem except one . When ever i select a value from second column drop down(measure class) only last cell of measure(third column drop down) is being populated. For example if i select 3 from initial drop down and select value from second...
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...
when i open this page, if there is any data(from database) then that data will be displayed here.(the data can be more than 4 rows). by defalut all the fields which come from database will be disabled. By clicking (checkbox/radiobutton :first column) that particular row should be enabled.
I...
when i open this page, if there is any data then that data will be displayed here.(the data can be more than 4 rows). by defalut all the fields which come from database will be disabled. by clicking (checkbox/radiobutton :first column) that particular row should be enabled.
I also need to alert...
Thanks for replying.
Sorry for not being clear.
scenario :
i have a edit button . when i click on the edit button it checks which checkbox(first column) is clicked . if for example first row (first column) is clicked then that entire row is enabled for editing else an alert msg showing to...
Thanks for replying.
Sorry for not being clear.
scenario :
i have a edit button . when i click on the edit button it checks which checkbox(first column) is clicked . if for example first row (first column) is clicked then that entire row is enabled for editing else an alert msg showing to...
Thanks feherke.
That was really helpful.
i have a query. I need to enable/disable a row on click of a checkbox (before ID). and also i need to copy entire table in an array on click of a copy button and pass it to other page is this possible ?
If you can give me the links where i can find...
Thanks feherke. That worked.
I have one more query. When i click on add button for examples 4 times and if i delete some thing in between and then again click add .. i am not getting the sequence (id column) . How can i achieve it .
Thanks in advance.
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 =...
validation :
Start date/end date field will have time with am/pm when shift is selected.
Start date/end date field will have date with dd/mm/yyyy when day/week/month/year is selected.
Thanks for replying.
Hi Feherke,
I need to validate the start date / end date fields on click of submit button.
Here is my complete code.
//code start
<HTML>
<HEAD>
<link href="C:/Documents and Settings/admin/Desktop/Content.css" rel="stylesheet" type="text/css">
<script language="javascript"...
I am sorry for not posting my code..
Here is my code.
////code starts
function createTable(rowCount, colCount, srcHolder)
{
document.getElementById('dynamic_tp_table_heading').style.display = "block";
document.getElementById('dynamic_tp_table').style.display = "block"...
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.