Hola de nuevo, de verdad muchas gracias pero sigo igual. He hecho lo siguiente:
Código HTML:
Ver original<p style="text-align: center;"> <input type="button" id="video" style="background: url('#/video_button.png') no-repeat; border: none; width: 100px; height: 100px;" title="video" name="video" value="" />
<script language="javascript"> document.getElementById("video").href="http://palaciodearozteguia.com/video-movil/";
if (screen.width+"x"+screen.height=="640x480"){//<-- Ajusta las medidas.
document.getElementById("video").href="http://palaciodearozteguia.com/video-2/";
}
La duda que tengo es si no lleva ningún evento onclick? El Id del botón es "video"? Además, este HTML está dentro de una página PHP de WordPress, funciona igual?
Muchas gracias ufff!!! Jeje!