here's my new code. I think is not the best way but it work
The problème was that my link's worked with Chrome but not in FF.
- <script type="text/javascript">
- $(document).ready(function(){
- $( "#sondage" ).click(function() {
- window.open('http://www.bontikote.com/votre-avis-nous-interesse','_self');
- });
- </script>
- <input type="button" id="sondage" value="Sondage" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" />
wizzud, i'd remove the dot but same prob.
if you've a better way....
Sorry for my english :) & thx for your answers