Redireccionar HTML Con y Sin Frame - Foro Support - Manuales tecnicos

Announcement

Collapse
No announcement yet.

Redireccionar HTML Con y Sin Frame

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Redireccionar HTML Con y Sin Frame

    Redireccionar HTML Con y Sin Frame


    CON FRAME

    <html>
    <frameset cols="100%,0">
    <frame src="http://URLdestino" />
    </frameset>
    </html>

    SIN FRAME


    <html>
    <head>
    <meta http-equiv="Refresh" content="0;url=http://URLdestino">
    </head>
    </html>
Working...
X