I'm trying to make a large Bootstrap button with href
and winclose onclick.
Here is my script:
<p style="word-wrap: break-word;"><button href="http://fenatoo.esy.es/down.php/" class="btn btn-primary btn-lg" data-toggle="tooltip" title="Click to Proceed..." onClick="closeWin();">Continue</button><br/></p>
But it doesn't work.
Thanks.