以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- js location 如何传达其他值 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=152808) |
-- 作者:有点蓝 -- 发布时间:2020/7/22 22:08:00 -- function edit(telephone){ location="edit.htm?page=" + table1.pagenumber + "&telephone=" + telephone; } dim telephone as string="1" .Add("mnuEdit", "编辑订单").Attribute ="onclick=\'edit(""" & telephone & """)\'"
|