Hello people,<br><br>I have a Popup with this link:<br><a href="xxx.htm" target="main_page">Click Me</a><br>and when I click on the link, the URL of my main page change. That's Ok, but ...<br><br>I want to replace it by a button using a Javascript function like that:<br><br><<...<br>function click_me()<br>{ document.main_page.location="xxx.htm" }<br>...<br><p><input type="button" name="test_link" value="Click Me" onClick="click_me()"></p><br>..>><br><br>And when I click on button, nothing append !?!<br>Can someone help me ?<br><br>Thanks in advance<br>Fabrice<br>