It's not easy to say what to do without looking on your code, but try to add target="_self" within 'Add' button tags:
Code:
<input type="button" value="Add" onclick="..." target="_self">