问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

html怎么做一个按钮,就弹出一段文字的窗口呀

发布网友 发布时间:2022-04-23 09:10

我来回答

10个回答

热心网友 时间:2022-04-19 23:29

html做点一个按钮就弹出文字的代码:

最基本的弹出窗口代码

<SCRIPT LANGUAGE="javascript">

<!-- window.open ('page.html') --> </SCRIPT>

经过设置后的弹出窗口

<SCRIPT LANGUAGE="javascript">
<!-- window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no') //-->
</SCRIPT>

用函数控制弹出窗口

<html>

<head>

<script LANGUAGE="JavaScript">

<!-- function openwin() { window.open ("page.html", "newwindow", "height=100, width=400, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no") //} //-->

</script>
</head>
<body onload="openwin()">
</body>
</html>

同时弹出2个窗口
<script LANGUAGE="JavaScript">
<!-- function openwin() { window.open ("page.html", "newwindow", "height=100, width=100, top=0, left=0,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=n o, status=no")//window.open ("page2.html", "newwindow2", "height=100, width=100, top=1 00, left=100,toolbar=no, menubar=no, scrollbars=no, resizable=no, loca tion=no, status=no")//} //-->
</script>

主窗口打开文件1.htm,同时弹出小窗口page.html

如下代码加入主窗口<head>区:
<script language="javascript">
<!-- function openwin() { window.open("page.html","","width=200,height=200") } //-->
</script>
加入<body>区: <a href="1.htm" onclick="openwin()">open</a>

弹出的窗口之定时关闭控制

首先,将如下代码加入page.html文件的<head>区:
<script language="JavaScript">
function closeit()
{ setTimeout("self.close()",10000) //毫秒 }
</script>

在弹出窗口中加上一个关闭按钮
<FORM>
<INPUT TYPE='BUTTON' VALUE='关闭' onClick='window.close()'>
</FORM>

内包含的弹出窗口-一个页面两个窗口
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function openwin()
{ OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+scroll+",menubar=no");
//OpenWindow.document.write("<TITLE>例子</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=#ffffff>")
OpenWindow.document.write("<h1>Hello!</h1>")
OpenWindow.document.write("New window opened!")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")
OpenWindow.document.close() }
</SCRIPT>
</head>
<body>
<a href="#" onclick="openwin()">打开一个窗口</a>
<input type="button" onclick="openwin()" value="打开窗口">
</body>
</html>

终极应用--弹出的窗口之Cookie控制
首先,将如下代码加入主页面HTML的<HEAD>区:
<script>
function openwin(){
window.open("page.html","","width=200,height=200") }
function get_cookie(Name) { var search = Name + "=" var returnvalue = "";
if (document.cookie.length > 0) { offset = document.cookie.indexOf(search)
if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end)) } }
return returnvalue; }
function loadpopup(){ if (get_cookie('popped')==''){ openwin()
document.cookie="popped=yes" } }
</script> 

Asp教程-ASP应用

this.Response.Write(<Script>window.open('WebForm7.aspx','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=750,height=470,left=80,top=40');</script>");

弹出跟你当前的窗口有没有菜单工具栏没有关系,你只要在页面中写一个脚本它就弹出了.比如
<a href=# onclick="window.open('xxx.aspx','窗口名称','参数');">xxxxx</a>

以下列出一些弹出窗口的参数:

(如:"fullscreen=yes, toolbar=yes")。下面是被支持的各种特性。
channelmode = { yes | no | 1 | 0 } 是否在窗口中显示阶梯模式。默认为no。
directories = { yes | no | 1 | 0 } 是否在窗口中显示各种按钮。默认为yes。
fullscreen = { yes | no | 1 | 0 } 是否用全屏方式显示浏览器。默认为no。
height = number 指定窗口的高度,单位是像素。最小值是100。
left = number 指定窗口距左边框的距离,单位是像素。值必须大于或者等于0。
location = { yes | no | 1 | 0 } 指定是否在窗口中显示地址栏。默认为yes。
menubar = { yes | no | 1 | 0 } 指定是否在窗口中显示菜单栏。默认为yes。
resizable = { yes | no | 1 | 0 } 指定是否在窗口中显示可供用户调整大小的句柄。默认为yes。
scrollbars = { yes | no | 1 | 0 } 指定是否在窗口中显示横向或者纵向滚动条。默认为yes。
status = { yes | no | 1 | 0 } 指定是否在窗口中显示状态栏。默认为yes。
titlebar = { yes | no | 1 | 0 } 指定是否在窗口中显示标题栏。在非调用HTML Application或者一个对话框的情况下,这一项将被忽略。默认为yes。
toolbar = { yes | no | 1 | 0 } 指定是否在窗口中显示工具栏,包括如前进、后退、停止等按钮。默认为yes。
top = number 指定窗口顶部的位置,单位是像素。值必须大于或者等于0。
width = number 指定窗口的宽度,单位是像素。最小值是100。

热心网友 时间:2022-04-20 00:47

比如说有一个提交按钮     <button>按钮</button>


然后添加上这个                 <button onclick="alert('测试文字')">按钮</button>


意思就是点击的时候进行触发js 就弹出来了


还有其他方式如用函数 ,引入<script></script> 标签


eg:

热心网友 时间:2022-04-20 02:22

一般js可以做到

<html>
<head>
<script type="text/javascript">
function disp_alert()
{
alert("弹窗内容!")
}
</script>
</head>
<body>
<input type="button" onclick="disp_alert()" value="按钮名称" />
</body>
</html>

无js实现弹窗代码

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <title> 页面名称 </title>
<style type="text/css">
html,body {
    height: 100%;
}
.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border: 1px solid #999;
    text-align: center;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #999;
    background: #88f;
    transition: all 0.3s;
}
.dialog .close {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 20px;
    border: 1px solid #999;
    background: #339;
    color: #fff;
    text-align: center;
}
#dialogswitch {
    display: none;
}
#dialogswitch:checked+.dialog {
    margin-left: -150px;
    margin-top: -100px;
    width: 300px;
    height: 200px;
}
 
</style>
</head>
<body>
<label for="dialogswitch">点击弹出对话框</label>
<input type="checkbox" id="dialogswitch" />
<div class="dialog">
    <h3>标题</h3>
    内容。。。。。。。。。。。
    <label class="close" for="dialogswitch">关闭</label>
</div>
</body>
</html>

热心网友 时间:2022-04-20 04:13

需要编写HTML代码,显示按钮

需要编写相应的JavaScript代码,给按钮添加点击事件

点击事件发生之后生成一个弹窗

代码如下:

<!DOCTYPE html>
<html>
<head>
<title>MyHtml</title>
<meta charset="utf-8">
<script type="text/javascript">
function showMessage(){
alert("This is a message!");
}
</script>
</head>
<body>
<button onclick="showMessage()">button</button>
</body>
</html>

热心网友 时间:2022-04-20 06:21

代码是:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>可弹出文字</title>
</head>
<body>
<button type="button" onClick="alert('被弹出的文字')">点击这里会弹出一段文字</button>
</body>
</html>

请采纳追问谢谢啊

热心网友 时间:2022-04-20 08:46

<script type="text/javascript">
function tclick(){
alert("hello world!");
}
</script>
<body>
<button id="btn" value="按钮" onclick="tclick();">按钮</button>
</body>

是这种简单的弹窗么?

热心网友 时间:2022-04-20 11:27

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>可弹出文字</title>
</head>
<body>
<button type="button" onClick="alert('被弹出的文字')">点击这里会弹出一段文字</button>
</body>
</html>

热心网友 时间:2022-04-20 14:25

设置一个 div,position是absoulute的,display是none。在那个按钮加函数 onclick或者jq的click函数
如$("button").click(function(){
$("p").show();

});

热心网友 时间:2022-04-20 17:40

<input type="button" value="确定" id="hh" onclik="function-name()">
<script type="text/javascript">
function funciton-name(){
document.getElementById("hh")

alert("I LOVE YOU");
}

</script>

热心网友 时间:2022-04-20 21:11

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>jQuery UI 对话框(Dialog) - 动画</title>
<link rel="stylesheet" href="//apps.bdimg.com/libs/jqueryui/1.10.4/css/jquery-ui.min.css">
<script src="//apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="jqueryui/style.css">
<script>
$(function() {
$( "#dialog" ).dialog({
autoOpen: false,

show: {
// effect: "blind",
ration: 1000
},
hide: {
// effect: "explode",
ration: 1000
}
});

$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open" );
});
});
</script>
</head>
<body>

<div id="dialog" title="Basic dialog">
<p>这是一个动画显示的对话框,用于显示信息。对话框窗口可以移动,调整尺寸,默认可通过 'x' 图标关闭。</p>
<input type="button">确定</input>
<input type="button">取消</input>
</div>

<button id="opener">打开对话框</button>
</body>
</html>
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
少儿学什么舞蹈 青年学什么舞蹈好 成年人学什么舞蹈 福州企业最低工资标准 2013年厦门的底薪是多少 生产要素的需求有哪些性质 生产要素的需求有何特点? 什么是生产要素需求 微观经济学要素需求什么是条件要素需求?它和要素需求有什么不同?_百度... 养宠物的人遵守规则,是不是就能和别人平安相处呢? 方和麻将机72张牌调到几是正确的 html表单中显示文字,点击文字就没有了。可以输入其他文字 芫荽的品种分类 麻将机设置112张牌是什么? Html表单里面如何做预显示的文字 如图 麻将机怎么调108张? 香菜是哪类植物? 王者荣耀女生名字高冷? 在HTML中可以显示文字的那些属性 麻将机几档是112张? 种植香菜选品种很重要,那在选品种时要注意什么啊? 麻将一共多少张 香菜哪个品种比较好 html代码点一下显示文字 麻将一共多少张牌 请专家介绍几个适合夏天种的香菜品种 html 在一个超链接上面,鼠标移动上去时,也显示一串文字,如何实现 香菜有哪些品种 香菜的种植方法 html文本框提示字不消失 香菜的种类 高冷的网名 女生 男朋友是军官,现在我们准备结婚,男朋友寄了一个结婚函调报告表、申请结婚报告表给我,我填完后需要街道 4人麻将机108张是几档? 什么是元须菜 香菜要什么品种好点 部队结婚函调报告表中乡镇*、*事处或派出所盖章那一栏,只盖乡镇*的章行不? 女生昵称高冷 香菜是一种年轻人喜爱食用的蔬菜,那么种植香菜有什么好的方法推荐呢? 你好!!有关军人家属结婚函调报告表的问题 机麻怎样设置麻将的134张数 香菜应该如何种植呢? 军人结婚函调报告表的本人成分怎么写 麻将72张牌的打法怎么调试 女生孤傲,冷漠,高冷的网名 尚胜麻将机怎么调牌的尊数 我想问与军人结婚,结婚函调报告上填的学历,部队会去调查吗? 自动麻将机72张牌怎么调? 和军人结婚填结婚函调报告表 女生网名,四个字、高冷 祛斑用什么涂效果好?