![]() |
Sergey Kornilov admin 8/23/2010 |
Probably there is some issue with your code that doesn't return control to the main page. Hard to tell without seeing your files. |
A
|
aramuni author 8/24/2010 |
Probably there is some issue with your code that doesn't return control to the main page. Hard to tell without seeing your files. Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
A
|
ann 8/26/2010 |
Aramuni, params["txt"] = document.forms.editform1.value_FieldName_1.value;
|
A
|
aramuni author 8/26/2010 |
Aramuni, to return the value of the field use the following code (Client Before tab): params["txt"] = document.forms.editform1.value_FieldName_1.value;
|
A
|
ann 9/9/2010 |
Aramuni, |