NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mark Sarson on April 16, 2011, 07:11:11 AM
-
Hi, I am calling a browse as a popup from a button on a form.
I have the delete button on each row.
If I remove any row from the browse using the delete button, the browse popup is left totally blank apart from the popup border.
Is this a bug, or am I doing something wrong.
Regards
Mark Sarson
-
Im not sure if this is the problem, but looking in firebug. The XML generated when I confirm the delete is as follows:
<?xml version="1.0" encoding="ISO-8859-1"?>
<ajax-response>
<response type="element" id="_a_b_c_nothing_div">
<div id="_a_b_c_nothing_div" class="adiv"></div>
</response>
</ajax-response>