I have button link in my web app. I run it from localhost. Source code like this, And I think it normally (No error):
<a href="facebook.com" style="text-decoration:none;" target="_blank"><input type="button" value="Pembuatan Akun Facebook" class="tombol" style="width:200px !important;"></a>
What I want, when I Click That Button, Browser will open new tab, and connect to facebook page. But what I get, it link to url:
http://localhost/dewata/facebook.com (My web app in folder dewata).
Not facebook.com.
Any idea what happens?