diğer 55 websitemin header altında göstermek istiyorum tıklandığındada abc.com/yazi-adi url sine otomatik linkine kendi gitsin istiyorum nasıl yapılır?
<script>
function do_the_click( tel )
{
var postdata = 'telno='+tel;
$.ajax({
url: "http://www.abc.com/wp_call.php",
type: "POST",
data: postdata,
success: function (data) {
},
error: function(xhr, ajaxOptions, thrownError){
},
timeout : 15000
});
}
</script>
böyle bir kod buldum örneğin bu kod wpcall dosyası ile bu tarz çekmeler yapılabiliyor mu?