如何把JS的alert信息转成HTML显示
1个回答
2017-06-13 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="javascript">
<!--
function CheckForm()
{
if (document.form.xxurl.value.length == 0) {
alert("Err:输入的网址不能为空!");
document.form.xxurl.focus();
return false;
}
return true;
}
-->
</script>
<body><table width="406" border="0" cellspacing="0" cellpadding="0">
<tr>
<form name="form" id="form" method="post" action="" onsubmit="return CheckForm()">
<td align="center">
<input name="xxurl" type="text" id="xxurl" size=42 maxlength=100 >
<input name="submit" type="submit" id="Eok" value="搜索一下"> </td>
</form>
</tr>
<tr>
<td height="36">提示信息位置</td>
</tr>
</table>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询