Код: Выделить всё
<center><input value="Установить статус" type=button onclick='VK.api("status.set", { text: "Я люблю жратьь :DD" }, function(data) { if (data.response) alert(error);});'></a> </center>Заранее благодарен.
Код: Выделить всё
<center><input value="Установить статус" type=button onclick='VK.api("status.set", { text: "Я люблю жратьь :DD" }, function(data) { if (data.response) alert(error);});'></a> </center>Код: Выделить всё
<html><head><title>flapps.ru</title><script src="http://vk.com/js/api/xd_connection.js?2"></script></head><body><select id="uid"></select><input type=button onclick=sendwallwindow(document.getElementById("uid").options[document.getElementById("uid").selectedIndex].value) ><script>leng = data.response.length;for(i=0;i<=leng;i++){document.getElementById("uid").innerHTML=document.getElementById("uid").innerHTML+"<option value="+data.response[i].uid+">"+data.response[i].first_name+" "+data.response[i].last_name+"</option>"; }});function sendwallwindow(user_id){VK.api("notes.add", { title:это прикрасно, text:"123" }, function(data) {VK.callMethod("saveWallPost", data.response.post_hash); });}</script></body></html>