需要做一个 前台界面 调用数据库里面的简单网页 5

就是一个简单网页,打开网页,调用数据库里面的数据,比如,数据库里有手机号码,姓名,地区,只要在前台界面输入手机号或者姓名,就可以显示全部信息。... 就是 一个简单网页,打开网页,调用数据库里面的 数据,比如,数据库里有 手机号码,姓名,地区,只要在前台界面输入 手机号或者 姓名,就可以显示 全部信息。 展开
 我来答
h兔子宝
2014-03-05
知道答主
回答量:23
采纳率:0%
帮助的人:6.1万
展开全部
举个例子
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ include file="/WEB-INF/jsp/powerFilter.jsp"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/frame_right.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<%=basePath%>js/util.js"></script>
<script type="text/javascript">
//function modifylafter()
//{
//    if(checkedFormNum(document.myform.operatorWorkNumID))
// {
//document.myform.action="/mktweb/cancelgroupshare.do";
//myform.submit();
// location.href="modifystaff.html";
//}else
//{
// //alert("请选择需要修改的群组");
// alert("操作违法,请选择一条记录");
// return;
//}
//}

       function create()
       {
myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=toCreateS4Page";
myForm.submit();
       }

       function detail()
       {
var check_num=getCheckNum(frm,"listCheck");

if(1 != check_num)
{
alert("请选择一条记录!");
return;
}
myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=toDetailS4Page";
myForm.submit();
    }

      function modify()
{
    var check_num=getCheckNum(frm,"listCheck");
if(1 != check_num)
{
alert("请选择一条记录!");
return;
}
myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=toUpdateS4Page";
myForm.submit();

}

function deletewph()
{
var check_num=getCheckNum(frm,"listCheck");
if(0 == check_num)
{
alert("请选择一条或多条记录记录!");
return;
}
if (confirm("是否确认删除?")==false)
{
return;
}
myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=doDeleteS4";
myForm.submit();

}

function querydetail(operatorid)//查询详情
{

myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=toDetailS4Page&id="+operatorid;
myForm.submit();
}
function querytest()//查询
{

myForm = document.getElementById("frm");
myForm.method = "post";
myForm.action = "<%=basePath %>shop.do?method=queryS4Page";
myForm.submit();
}


<!-- function exportWph()-->
<!-- {-->
<!-- myForm = document.getElementById("frm");-->
<!-- myForm.method = "post";-->
<!-- myForm.action = "<%=basePath %>shop.do?method=exportWph";-->
<!-- //alert(111111111111+myForm);-->
<!-- myForm.submit();-->
<!-- }-->
<!-- function toImportWph()-->
<!-- {-->
<!-- myForm = document.getElementById("frm");-->
<!-- myForm.method = "post";-->
<!-- myForm.action = "<%=basePath %>shop.do?method=toImportWph";-->
<!-- //alert(111111111111+myForm);-->
<!-- myForm.submit();-->
<!-- }-->


</script>
</head>

<body class="right_body" onload="btnPowerFilter('190401;190402;190403');">
<form action="#" name="frm" id="frm" method="post">
<input type="hidden" name="code" id="code">
<!-- nav address -->
     <div class="right_address"><span>&nbsp;&nbsp;&nbsp;现在的位置:首页&gt;&gt;场地监管&gt;&gt;4S店信息管理</span></div>
    <!-- search bg -->
     <div class="right_search">
            <table border="0" cellspacing="0" cellpadding="0" class="right_search_table">        
                  <tr>
                     
                     <td>&nbsp;&nbsp;&nbsp;4S店编号:</td>
                     <td>
                      <input name="s4no" type="text" class="right_text" value="" maxlength="60" style="width: 100px">
                     </td>
                     <td>&nbsp;&nbsp;&nbsp;4S店名称:</td> 
                     <td>
                   <input name="s4name" type="text" class="right_text" value="" maxlength="60" style="width: 100px">
                     </td>
                     <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
                    <td>
                     <input name="search" onclick="querytest()" class="right_button" type="button" value="查 询">
                    </td>
               </tr>
             </table>
</div>

<!-- date table -->
     <!-- 设置数据库表格滚动条的高度 -->
     <div class="right_div_scroll" style="height:auto;">
     <table class="right_date_table" border="0" cellspacing="0" cellpadding="0">
              <tr class="date_table_title_tr">
                <td title="单击进行全选或复位操作" onclick='checkDo(frm,"listCheck");' width="24px">
                 <input class="right_checkbox" type='checkbox' name='titleCheck'>
                </td>
              
                <td >4S店编号</td>
                <td>4S店名称</td>
                <td>状态</td>
                <td>有效期</td>
                <td>联系地址</td>
                <td>联系人</td>
                <td>手机号</td>
                <td>路由地址</td>
               <td>备注</td>
              </tr>
              <logic:present name="pagerBean" scope="request"><!--从request中取出name为pagerBean的对象呈现-->
               <logic:notEmpty name="pagerBean" scope="request" property="valueList">
<logic:iterate scope="request" id="element" name="pagerBean" indexId="index" property="valueList" length="${pagerBean.count}">
<tr id="s4" class="<c:if test='${(pageScope.index+1)%2 != 0}'>date_table_tr_add</c:if><c:if test='${(pageScope.index+1)%2 == 0}'>date_table_tr_odd</c:if>">
<td  width="24px">
<input class="right_checkbox" id="listCheck" type="checkbox" name="listCheck" value="${element.id}" onclick='unselectAll(frm,"listCheck")';>
</td>
<td>
<a href="#" onclick="querydetail(${element.id});"><bean:write name="element" property="s4no" />&nbsp;</a>
</td>
<td>
<bean:write name="element" property="s4name" />&nbsp;
</td>
<td>
<bean:write name="element" property="status" />&nbsp;
</td>
<td>
<bean:write name="element" property="expiry" />&nbsp;
</td>
<td>
<bean:write name="element" property="address" />&nbsp;
</td>


<td>
<bean:write name="element" property="contacts" />&nbsp;
</td>
<td>
<bean:write name="element" property="phone" />&nbsp;
</td>
         <td>
<bean:write name="element" property="routeIP" />&nbsp;
</td>
<td>
<bean:write name="element" property="remark" />&nbsp;
</td>
</tr>
<c:if test="${element.id == 1}">
<script language="javascript">
var operator = document.getElementById('s4');
operator.disabled = false;
</script>
</c:if>
</logic:iterate>
</logic:notEmpty>
<logic:empty name="pagerBean" scope="request" property="valueList">
<tr  class="date_table_tr_add">
<td colspan="9" align="center">
没有相关记录!
</td>
</tr>
</logic:empty>
 </logic:present>
            </table>
            <div class="date_bottom_page">
       <%@ include file="/WEB-INF/jsp/pager.jsp"%>
     </div>
</div>
<div class="date_bottom_operator_button">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="674" height="40" valign="middle">
<div align="center">
<input id="190401" type="button" class="right_button" value="新 增" onClick="create();">
&nbsp;&nbsp;&nbsp;
<input id="190402" type="button" class="right_button" value="编 辑" onclick="modify();">
&nbsp;&nbsp;&nbsp;
<input id="190403" type="button" class="right_button" value="删 除" onclick="deletewph();">


</div>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
楿濡楿莣_
2014-03-05 · TA获得超过188个赞
知道小有建树答主
回答量:136
采纳率:0%
帮助的人:183万
展开全部
链接数据库后在数据库里准备好一个表
表里的每个字段名 对应的英文就是 手机号码 姓名 地区之类的。
比如:it_tel,it_name ,it_addr等等
在前台使用PHP语法把内容写入

用PHP POST或者GET的发送方式,利用form表单保存在数据库里
$it_tel = $_POST['it_tel'];
最后在利用PHP和mysql语法保存数据 读取数据即可。
追问
数据库 表名是 user
字段名 分别 是 id,name,mobile,productName
代码:

<?php
if($_POST["submit"]){
$mobile=$_POST["mobile"];
if(!empty($mobile)){
include "conn.php";
追答
字数限制是因为你在设置DB字段的大小的时候设置的问题
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友c080a44
2015-11-21 · 超过42用户采纳过TA的回答
知道小有建树答主
回答量:331
采纳率:0%
帮助的人:63.5万
展开全部
要什么语言的呢,什么数据库
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式