HTML表单上的MySql记录导航按钮 [英] MySql record Navigation Buttons on HTML form

查看:92
本文介绍了HTML表单上的MySql记录导航按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,

我在HTML / PHP方面有一点经验,我想制作一个HTML表单,在表单上导航MySQL Record,例如Next,Previous,Top,Bottom,New ,保存,取消,删除按钮。请帮忙解决这个问题。



热情的问候,

解决方案

 <   html  >  
< head >
< meta http-equiv = pragma content = no-cache >


< link href = http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery- ui.css rel = stylesheet type = text / css / >
< script src = http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js > < / script >
< script < span class =code-attribute> src = http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js > < / script >
< / meta > < / head >
< script src = http://ajax.aspnetcdn.com/a jax / jquery / jquery-1.7.js > < / script >
< script src = http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.10/jquery-ui.js > < / script >
< style >



< / 风格 >

< script >
function ff(n)
{
alert(n);
}

< / script >
< body bgcolor = #ABEDE8 >
< br >
< br >
< center > < 表格 方法 =< /跨度> post action = <?php echo(


_SERVER ['PHP_SELF']);?> name = form1 id = form1 >
< fieldset 样式 = width:500 align = middle
>



包括db.php;


< blockquote> s = new dataBase;


Hello All,
I have a little experience in HTML/PHP and I want to make a HTML Form that navigate MySQL Record, on form, e.g, Next, Previous, Top, Bottom, New, Save, Cancel, Delete buttons. Please help on this issue.

Warm Regards,

解决方案

<html>
<head>
<meta http-equiv="pragma" content="no-cache">


 <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
</meta></head>
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.10/jquery-ui.js"></script>
<style>



</style>

<script>
function ff(n)
{
	alert(n);
}

</script>
<body bgcolor="#ABEDE8">
<br>
<br>
<center><form method="post" action="<?php echo(


_SERVER['PHP_SELF']);?>" name="form1" id="form1"> <fieldset style="width:500" align="middle"> include "db.php";


s=new dataBase;


这篇关于HTML表单上的MySql记录导航按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆