iFrame in SubForm not loading
Posted: Sun Jul 20, 2014 2:06 pm
I'm trying to run some PHP code in an iFrame (File Upload) that belongs to a "Checks" SubForm of "Transactions"
It looks like the id for the PHP Code is being queried twice, but the iFrame src is never populated or PHP run.
Here is the AJAX (domain removed):
Request URL:http:///exchange/nuapi.php
Request Method:POST
Status Code:200 OK
Request Headers
Accept:application/json, text/javascript, */*; q=0.01
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8,he;q=0.6
Connection:keep-alive
Content-Length:890
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
Cookie:PHPSESSID=362p5dkv01vmkeblu6ntdhr545
DNT:1
Host:54.85.18.37
Origin:http://
Referer:http:///exchange/
User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
X-Requested-With:XMLHttpRequest
Form Data
nuWindow[id]:1003
nuWindow[session_id]:53cbae4444924a8
nuWindow[call_type]:runphp
nuWindow[cloned]:0
nuWindow[edited]:0
nuWindow[title]:Transactions
nuWindow[tip]:Edit
nuWindow[type]:Edit
nuWindow[record_id]:3477832b-aea8-44df-b4df-0269740d1993
nuWindow[tab_number]:0
nuWindow[search]:
nuWindow[sort]:0
nuWindow[descending]:asc
nuWindow[filter]:
nuWindow[page_number]:1
nuWindow[lookup_id]:
nuWindow[prefix]:
nuWindow[breadcrumb]:1
nuWindow[object_id]:1
nuWindow[username]:
nuWindow[password]:
nuWindow[edit_browse]:false
nuWindow[moved_objects]:
nuWindow[form_id]:53c3cd45921b7df
nuWindow[parent_form_id]:53c3cd45921b7df
nuWindow[parent_record_id]:FILE3
nuWindow[form_height]:500
nuWindow[form_width]:1000
nuWindow[php]:
nuWindow[search_columns]:
nuWindow[iframe]:1
Response Headers
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:close
Content-Length:100
Content-Type:application/json
Date:Sun, 20 Jul 2014 11:56:07 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Pragma:no-cache
Server:Apache/2.2.27 (Amazon)
X-Powered-By:PHP/5.3.28
It looks like the id for the PHP Code is being queried twice, but the iFrame src is never populated or PHP run.
Here is the AJAX (domain removed):
Request URL:http:///exchange/nuapi.php
Request Method:POST
Status Code:200 OK
Request Headers
Accept:application/json, text/javascript, */*; q=0.01
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8,he;q=0.6
Connection:keep-alive
Content-Length:890
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
Cookie:PHPSESSID=362p5dkv01vmkeblu6ntdhr545
DNT:1
Host:54.85.18.37
Origin:http://
Referer:http:///exchange/
User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
X-Requested-With:XMLHttpRequest
Form Data
nuWindow[id]:1003
nuWindow[session_id]:53cbae4444924a8
nuWindow[call_type]:runphp
nuWindow[cloned]:0
nuWindow[edited]:0
nuWindow[title]:Transactions
nuWindow[tip]:Edit
nuWindow[type]:Edit
nuWindow[record_id]:3477832b-aea8-44df-b4df-0269740d1993
nuWindow[tab_number]:0
nuWindow[search]:
nuWindow[sort]:0
nuWindow[descending]:asc
nuWindow[filter]:
nuWindow[page_number]:1
nuWindow[lookup_id]:
nuWindow[prefix]:
nuWindow[breadcrumb]:1
nuWindow[object_id]:1
nuWindow[username]:
nuWindow[password]:
nuWindow[edit_browse]:false
nuWindow[moved_objects]:
nuWindow[form_id]:53c3cd45921b7df
nuWindow[parent_form_id]:53c3cd45921b7df
nuWindow[parent_record_id]:FILE3
nuWindow[form_height]:500
nuWindow[form_width]:1000
nuWindow[php]:
nuWindow[search_columns]:
nuWindow[iframe]:1
Response Headers
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:close
Content-Length:100
Content-Type:application/json
Date:Sun, 20 Jul 2014 11:56:07 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Pragma:no-cache
Server:Apache/2.2.27 (Amazon)
X-Powered-By:PHP/5.3.28