Evaluating bids

Forzar desde un archivo index.html a que si la pantalla desde que se abre ese archivo tiene menos de 1200px abra un nuevo archivo Index2.html

Published on the April 16, 2021 in IT & Programming

About this project

Open

No se trata de hacer funcionar un archivo html de forma responsive, se trata de meterle un código para que a partir de cierto tamaño de pantalla, abra otro archivo. Yo por ejemplo meto habitualmente en mis páginas un script que hace que si el archivo index.html se abre desde iPhone, android, te re dirija a un nuevo archivo index2.html.  Este es el script del que hablo;
<script type="text/javascript">
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/android/i))  ) {
  if (document.cookie.indexOf("iphone_redirect=false") == -1) {
      window.location = "w-bankinter_mov.html";
  }
}
</script>
Pues bien, sería lo mismo pero a partir de un cierto tamaño de pantalla.

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Roles needed Developer

Delivery term: April 17, 2021

Skills needed

Other projects posted by M. J.