“ONCLICK IR PARA URL” Respostas de código

ONCLICK IR PARA 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

OnClick URL

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

OnClick Open Link JS

 window.open(url);
Aryqs Ipsum

Respostas semelhantes a “ONCLICK IR PARA URL”

Perguntas semelhantes a “ONCLICK IR PARA URL”

Mais respostas relacionadas para “ONCLICK IR PARA URL” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código