Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- var hasil = truben.getCategory();
- //var hasil = Android.getSubCategory(1);
- //var hasil = Android.getNodeDetail(6);
- var object = JSON.parse(hasil,function(key, value){
- return value;
- });
- for(var i=0;i<object.length;i++){
- document.write(object[i].link);
- document.write("<br />");
- document.write(object[i].title);
- document.write("<br />");
- document.write(object[i].nid);
- document.write("<br />");
- document.write(object[i].price);
- document.write("<br />");
- document.write(object[i].fileLink);
- document.write("<br />");
- document.write(object[i].body);
- }
- //document.write(object.length);
- //document.write(object.nid);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment