I'm needing help with some JavaScript - I think. I can't find any tutorials for what I'm looking for. I've create HTML and CSS for a "Call Now!" button and am needing to figure out how to make it work when someone clicks on it the "call now" or "cancel" prompts show up and if they press "call now" it starts dialing the number...
a.phoneMe {
position: fixed;
right: 0px;
bottom: 60px;
left: 0px;
margin-left: 50%;
height: 53px;
width: 80px;
background: #228B22;
color: white;
text-decoration: none;
font-size: 20px;
text-align: center;
border-radius: 5px;
}
<a href="tel:+15014737132" class="phoneMe">Call Now!</a>