“Mensagem pop -up php” Respostas de código

Mensagem pop -up php

Copy Code<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>JavaScript Alert Box by PHP</title>
<script type="text/javascript">  function openulr(newurl) {  if (confirm("Are you sure you want to open new URL")) {    document.location = newurl;  }}</script></head>
<body>
<strong><a href="javascript:openulr('newurl.html');">Open new URL</a></strong>
</body>
</html>
Upset Unicorn

Mensagem pop -up php

Copy Code<script type="text/javascript"> var inputname = prompt("Please enter your name", "");alert(inputname);</script></head> 
Upset Unicorn

Respostas semelhantes a “Mensagem pop -up php”

Perguntas semelhantes a “Mensagem pop -up php”

Mais respostas relacionadas para “Mensagem pop -up php” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código