JSONP, - Javascript. , , eval XML, Javascript ( , , ). . , QuickBase Javascript.
- , -, QuickBase, XML AJAX. , ( QuickBase JSONP).
JSONP , SCRIPT. SCRIPT , Javascript, . JSONP JSONP. , , Javascript, , . , QuickBase JSONP, - :
jsonp1284044371978({
qdbapi: {
action: "API AddRecord",
errcode: 32,
errtext: "No such database",
errdetail: "The application does not exist or was deleted. If you followed a link to get here, you may want to inform the author of that link that the application no longer exists.",
dbid: "xxxxxx"
}
});
SCRIPT, . , , QuickBase.
, , , , QuickBook, XML, Javascript. , SCRIPT :
<script type="text/javascript" src="https://www.quickbase.com/db/xxxxxx?act=API_AddRecord&apptoken=xxxxxxxx&callback=jsonp1284044371978&_fid_11=www.domain.com&_fid_12=xxxxx&_fid_17=xxxxxx&_fid_6=xxxxx&_fid_10=xxxxxxxx&=No+Thanks">
</script>
:
<script type="text/javascript">
<qdbapi>
<action>API_AddRecord</action>
<errcode>32</errcode>
<errtext>No such database</errtext>
<errdetail>
The application does not exist or was deleted. If you followed a link to get here, you may want to inform the author of that link that the application no longer exists.
</errdetail>
<dbid>xxxxxx</dbid>
</qdbapi>
</script>
, , Javascript. , ( , "" , SCRIPT). , , - XML ( jQuery). , QuickBase -, , , QuickBase. XML AJAX. , , dataType jQuery AJAX xml jsonp.
Jon IFRAME.