This topic is locked

master-details tables on the same page

3/12/2010 1:23:24 AM
PHPRunner General questions
S
salahaa1 author

I have a master table subjects and two details tables subject_attachments and related_subjects. Both the details tables have a required fields, when a but all information to all fields and click save I get a blank page contains a textarea with these information:

<textarea id="data">window.dpObj.Opts.mSavedValues = {'title':'title', 'snippet':'snippet', 'content':'<p>\r\n content</p>\r\n', 'image':'', 'author_id':'auther1', 'parent_sec_id':'parent_section_name', 'is_important':'<img src="images/check_no.gif" border=0>', 'prints':'<img src="images/check_yes.gif" border=0>', 'sends':'<img src="images/check_yes.gif" border=0>', 'comments':'<img src="images/check_yes.gif" border=0>', 'publish':'<img src="images/check_yes.gif" border=0>', 'add_date':'12/03/2010', 'read_count':'0', 'send_count':'0', 'print_count':'0', 'rate_sum':'0', 'rate_count':'0' };var obj = window.inlineEditing2;

if(obj && obj.isSbmSuc){obj.mKeys = ['8'];}var obj = window.inlineEditing3;

if(obj && obj.isSbmSuc){obj.mKeys = ['8'];}window.dpObj.hideCaptcha();window.dpObj.saveAllDetail();</textarea>


please help me resolve this problem.
thanks advance