//因為專案中用到:雙擊某個區域直接修改內容,然後儲存提交。 比如雙擊 **字段,直接變成可修改,修改完之後,單擊其他區域,自動儲存。>網頁特效 雙擊滑鼠修改**內容 www.mrhso.com 提供
title
>
<
style
type
="text/css"
>
style
>
head
>
<
body
>
<
script
language
="j**ascript"
>
//將單元格轉化成文字框
function
changetotext(obj) //
取消單元格中的文字框,並將文字框中的值賦給單元格
function
cancel(obj)
/********************************************
*///
事件document.ondblclick
=function()}
document.onmouseup
=function
()}
script
>
<
table
width
="50%"
border
="0"
align
="center"
cellpadding
="0"
cellspacing
="0"
>
<
tr>
<
td>雙擊我看看,我會變成輸入框,你可以直接修改
td>
tr>
table
>
body
>
html
>
上面**只是涉及到來了,雙擊修改,至於儲存**需要另外實現,也是比較間的那的。
雙擊某個單元格,彈出窗體
private sub braingrid5 doubleclick byval sender as object,byval e as system.eventargs handles braingrid5.doubleclick dim strdata1 as string me.gridvie...
Delphi DBGrid雙擊事件 單元格操作
1 得到當前格仔中的內容 dbgrid1.fields dbgrid1.selectedindex displaytext 把dbgrid1.selectedindex改為你所希望引用的字段就可以了,如第3個字段。dbgrid1.fields 3 displaytext 2 雙擊單元格觸發不同事件 ...
excel 更改單元格內容
新建乙個excel工作薄,按alt f11 插入乙個模組,將下面的 複製進去,然後執行 快捷鍵f5 worksheets 1 1是你要操作的sheet,注意了。sub test dim str dim i,j i 1 j 1 for r 1 to worksheets 1 usedrange.row...