事件记录申请 [英] event record application

查看:50
本文介绍了事件记录申请的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在VB中创建这样的应用程序..... :)

 <   div  > ; 
<  表单    ="   POST" 动作  "   名称  =" 表单" <   div     ="   entry"  align    center" > 
<      ="   815" 高度  > 55"    边框  ="  0" 单元格填充   2" <   tr  > 
        <   th     ="   center" <  > 
        <   th     ="   center" <  > 
        <   th     ="   center" <  > 
        <   th     ="   center" <  > 
        <   th     ="   center" <  > 
        <   th     ="   center" <  > 
    <  /tr  > 
    <   tr  > 
        <   td     ="   center" <    类型  ="      ="    名称  ="    大小  ="  2 0" / <  /td  > 
        <   td     ="   center" <    类型  ="      ="  名称     大小  ="    / >  <  /td  > 
        <   td     ="   center" <    名称  ="  > 
        <  /select  >  <  /td  > 
        <   td     ="   center" <    名称  ="  > 
        <  /select  >  <  /td  > 
        <   td     ="   center" <    名称  ="  > 
        <  /select  >  <  /td  > 
        <   td     ="   center" <    名称  ="  >  <  选项     ="  <  /option  > 
                                             <  选项    ="  已付费" 已选择  已选择" > 付费<  /option  >  <  /select  >  <  /td  > 
    <  /tr  > 
<  /table  > 
<  /div  > 
<   div     ="   action"  align    center" > 
<      ="   815" 边框  > 0"  > 
    <   td     ="  右" <    类型  ="      ="  ">/ >  <  /td  > ; 
<  /table  > 
<  /div  > 
<  输入    ="  名称  > MM_insert"      =" 表格" / <  /form  > 
<  /div  >  






如果有人知道如何创建应用程序,请与我分享.
电子邮件:mubah_mxd@live.com

希望能得到一些答复...
:)

解决方案

您提供的只是一些HTML.那不是一个应用程序.除此之外,询问如何在快速解答中编写应用程序超出了快速解答的规定,因此是不合适的.


i want to create a application like this in VB ..... :)

<div>
<form method="POST" action="" name="form">
<div id="entry" align="center">
<table width="815" height="55" border="0" cellpadding="2">
    <tr>
        <th align="center">date</th>
        <th align="center">user</th>
        <th align="center">station</th>
        <th align="center">duration</th>
        <th align="center">amount</th>
        <th align="center">op</th>
    </tr>
    <tr>
        <td align="center"><input type="text" value="<?php echo date('Y'.' / '.'M'.' / '.'d'); ?>" name="date" size="20" /></td>
        <td align="center"><input type="text" value="Open" name="user" size="20" /></td>
        <td align="center"><select name="station">
        </select></td>
        <td align="center"><select name="duration">
        </select></td>
        <td align="center"><select name="amount">
        </select></td>
        <td align="center"><select name="op"><option value="open">Open</option>
                                             <option value="Paid" selected="selected">Paid</option></select></td>
    </tr>
</table>
</div>
<div id="action" align="center">
<table width="815" border="0">
    <td align="right"><input type="submit" value="Insert Record" /></td>
</table>
</div>
<input type="hidden" name="MM_insert" value="form" />
</form>
</div>






if any body know how to create the application please share it with me.
email:mubah_mxd@live.com

hope will get some replies...
:)

解决方案

All you''ve provided is some HTML. That''s not an application. Beyond that, asking how to write an application in Quick Answers is beyond the charter of Quick Answers, and therefore, is inappropriate.


这篇关于事件记录申请的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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