I have code where a dialog box window needs to send data back to an opening window (3 back in the chain). This is my code:
function HandleOK()
{
//window.alert("Close this window.");
var RF_Obj = self.opener.opener.opener.document.DataEntryForm.RF_ComboBox;
var MF_Obj...
I have a page with a table of database records. In one of the table cells, I have an onclick event in the <td> tag that calls a function.
<td onclick="javascript:GetText(this)">
What I want to happen is that when the user clicks on the cell, the text within the cell becomes selected. I...
I need help trying to figure out how to write a query to populate a combo box on a form. Here's the scenario:
I have a list of parts that are kept in supply or available for order. The table holds the list of parts. There are columns in the table for the 'Part Name' and 'Part Number' there...
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.