Hola alguien me puede ayudar a modificar este codigo de boton para poder meterle un target=blank y que así se me abra el enlace en una nueva pestaña en lugar de abrirse sobre la pagina anterior, gracias :wink:
Codigo: <button style="border: 4px outset rgb(238, 232, 216); color: rgb(255, 255, 0); font-size: 13px; font-family: verdana; font-weight: bold; font-style: italic; background-color: rgb(102, 102, 153);" name="ppbuton" type="button" value="bvalue" onmouseover="javascript:this.style.backgroundColor='#FF6666'; this.style.color='#0000FF'; " onmouseout="javascript:this.style.backgroundColor='#666699'; this.style.color='#FFFF00'; " onmouseup="window.location.href = 'http://www.DIRECCIONWEB.html';"title="Las mejores notícias<span id="pre2"> Ver Notícias </span></button>
Codigo: <button style="border: 4px outset rgb(238, 232, 216); color: rgb(255, 255, 0); font-size: 13px; font-family: verdana; font-weight: bold; font-style: italic; background-color: rgb(102, 102, 153);" name="ppbuton" type="button" value="bvalue" onmouseover="javascript:this.style.backgroundColor='#FF6666'; this.style.color='#0000FF'; " onmouseout="javascript:this.style.backgroundColor='#666699'; this.style.color='#FFFF00'; " onmouseup="window.location.href = 'http://www.DIRECCIONWEB.html';"title="Las mejores notícias<span id="pre2"> Ver Notícias </span></button>