想要:很多个按钮,点击按钮,进入一个页面,?号后面的会员编号,查看具体会员的情况
例子:移动文档中例子的链接,问号后面都是数字
问题:如何传递变量值?(这样的按钮很多,用cookie传递值,好像不大方便)
例如:
For Each dr As DataRow In drs
Dim bianh As String = dr("会员编号") '定义,年龄
*********
With wb.AddButtonGroup("form" & bianh,"btg" & bianh,False)
.Add("btn1" & bianh, "查看TA的资料", "","/details.htm?bh=bianh")
End With
******
next
[此贴子已经被作者于2017/4/11 20:08:06编辑过]