以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何让webBrower中内容同步到表中当前行的摘要列 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=51525) |
-- 作者:万通 -- 发布时间:2014/5/28 10:22:00 -- 如何让webBrower中内容同步到表中当前行的摘要列 Dim webBrowser As Object = e.Form.Controls("WebBrowser1").basecontrol webBrowser.Url = new System.Uri(ProjectPath & "kindeditor\\e.html", System.UriKind.Absolute) webBrowser.ObjectForScripting.BodyHtml = tables("table1").current("摘要") 即如何让webBrower中内容同步到表中当前行的摘要列。 [此贴子已经被作者于2014-5-28 10:23:26编辑过]
|
-- 作者:有点甜 -- 发布时间:2014/5/28 10:24:00 -- 看这里,设置计时器同步
http://foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=49051&replyID=&skin=1
|
-- 作者:万通 -- 发布时间:2014/5/28 10:27:00 -- 可以了,谢谢。 |