Hi Gang.
I am using the pro versions.
I am globally creating var dhxWins;
then creating a dhtmlx window off a click event on a tree control as follows
dhxWins = new dhtmlXWindows();
var w1 = dhxWins.createWindow(“w1”, 10, 10, 500, 240);
w1.attachURL(“MyFormUrl.asp”);
The form is a edit form (see below).
The post form it calls has the following code:
Now this almost works, it closes the pop up window but it leaves the cursor in a “running” state.
The tab says “Loading” and the cursor is the little hourglass.
I tried the examples listed here, including parent.w1.close, but non of those worked.
Am I doing something wrong?
----------------------Update form code----------------
Labour Type Description |
<input name=“tLabourType” value="<%=rs(“Description”)%>" /> |