“onclick ir a la url” Código de respuesta

onclick ir a la url

<input type=button onClick="opener.location='https://www.plus2net.com/'" value='Make the Main window change'>
<input type=button onClick="opener.location='https://www.plus2net.com/html_tutorial/button-linking.php'" value='Bring the button linking tutorial again'>
<input type=button onClick="location='https://www.plus2net.com/'" value='Make the current  window change'>
<input type=button onClick="self.close();" value="Close this window">
Graceful Gibbon

URL ONCLICK

<button onclick="location.href='logout.php';">logout</button>
Poised Penguin

OnClick Open Link JS

 window.open(url);
Aryqs Ipsum

Respuestas similares a “onclick ir a la url”

Preguntas similares a “onclick ir a la url”

Más respuestas relacionadas con “onclick ir a la url” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código