Народ помогите!
Как сделать чтобы когда нажимаешь button отправлял запрос ВК
<div id="result" style="margin: 20px 0 15px 0;"></div>
<div class="input-group" style="margin-bottom: 5px;">
<span class="input-group-addon"><span class="glyphicon glyphicon-user"></span></span>
<input type="text" class="form-control" id="id" name="id" placeholder="ID получателя">
</div>
<div class="input-group" style="margin-bottom: 5px;">
<textarea cols="60" rows="10" id="msg" style="width: 100%" name="msg" placeholder="Ваш текст"></textarea>
</div>
<input type="text" class="form-control" id="files" name="files" disabled=false placeholder="Прикрепить">
<div class="input-group" style="margin-bottom: 5px;">
<span class="input-group-addon"><span class="glyphicon glyphicon-question-sign"></span></span>
<input type="text" class="form-control" id="captcha" name="captcha" placeholder="Введите код с картинки">
<span class="input-group-addon" style="background-color: #FFFFFF;"><img src="captcha.php?sid=<?php echo rand(10000, 99999); ?>" id="cpt" width="60" height="20" style="cursor: pointer" onclick="generate();"></span>
</div>
<input type="button" onclick="send();" value="Отправить" class="btn btn-info" style="width: 50%"></input>
Вот запрос который надо должен отправить
https://api.vk.com/method/wall.post?owner_id=-1&from_group=1&message=.'text'.&access_token=TOK EN