T
tellyes
Unregistered / Unconfirmed
GUEST, unregistred user!
用dhtmledit编一个html编辑软件,怎样才可以读取插入了的元件(如img,table),我知道
getAttribute()方法是获取属性值的,但是,我选择一个元件,然后用如下代码获取属性,
得到结果是空,到底是怎么回事,谁能帮帮我呀
var path:IHTMLElement;
a:string;
begin
IDispatch(path):=dhtmledit1.DOM.selection.createRange;
a:=path.tagName;
if a='img'
then
showmessage(Path.getAttribute('srd',0));
end;
getAttribute()方法是获取属性值的,但是,我选择一个元件,然后用如下代码获取属性,
得到结果是空,到底是怎么回事,谁能帮帮我呀
var path:IHTMLElement;
a:string;
begin
IDispatch(path):=dhtmledit1.DOM.selection.createRange;
a:=path.tagName;
if a='img'
then
showmessage(Path.getAttribute('srd',0));
end;