With wb.AddInputGroup("form1", "ipg1", "新增照片")
.AddInput("isn", "序号:", "text").Attribute = "on ch ange='item_code()'" ‘这种调用方法已经会用了
With .AddInputCell("ic01")
.AddLabel("lbh01", "物料号:", 0)
.AddInput("icode", "text", 1)
.AddVcodeButton("item_scan", "搜", 2).Attribute ="在这带值传递调用js、并返回值,不知道如何写语句""
End With
.AddInput("iname", "名称:", "text")
.AddInput("ispec", "规格:", "text")
End with
请教专家:
如何用AddVcodeButton 带上“icode"的值、调用一个js函数,
目的是要通过js函数把“icode"的值传递到另外一个网页,去查询”名称、规格“,并返回给”iname“,"ispec"输入框;
感谢 感谢!
[此贴子已经被作者于2022/11/22 10:36:53编辑过]