摘要: <html> <head> <title>test</title> </head> <body> <script type='text/javascript'> function createXMLHttpRequest(){ var xmlHttpRequest = null; //XMLHttpRequest ... 阅读全文
posted @ 2010-11-30 12:36 houchengli 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://usergroup.netsuite.com/users/search.php?searchid=22440&pp=25&page=2 阅读全文
posted @ 2010-11-30 11:05 houchengli 阅读(150) 评论(0) 推荐(0) 编辑
摘要: I've set up a suitelet that takes POST data, authenticates using a shared key and then creates a Vendor Return Authorisation based on the input. Essentially, the suitelet acts as a web service.I've al... 阅读全文
posted @ 2010-11-30 10:21 houchengli 阅读(739) 评论(0) 推荐(0) 编辑
摘要: dfcowellMemberJoin Date: Apr 2010Posts: 79 PHP cURL POST request to a Suitelet - Cannot navigate directly to this page. I've set up a suitelet that takes POST data, authenticates using a shared key a... 阅读全文
posted @ 2010-11-30 10:19 houchengli 阅读(385) 评论(0) 推荐(0) 编辑
摘要: JSON (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。 JSON 是 JavaScript 原生格式,这意味着在 JavaScript 中处理 JSON 数据不需要任何特殊的 API 或工具包。JSON的规则很简单: 对象是一个无序的“‘名称/值’对”集合。一个对象以“{”(左括... 阅读全文
posted @ 2010-11-30 10:17 houchengli 阅读(4188) 评论(0) 推荐(0) 编辑