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 dencom 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: *

  • Users: manishblr1
  • Content: Threads
  • Order by date
  1. manishblr1

    Calculating text formula

    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...
  2. manishblr1

    Calendar with future dates disabled

    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.
  3. manishblr1

    disable the page while popup is active

    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.
  4. manishblr1

    Dynamic Dropdown in dynamic table.

    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...
  5. manishblr1

    incorrect calculation of time when specific time is given.

    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...
  6. manishblr1

    Check box Alignment in Dyanmic table

    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 =...
  7. manishblr1

    Hide/ Unhide Frames

    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,*"...
  8. manishblr1

    Dyanmic Table Creation

    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/...

Part and Inventory Search

Back
Top