K
kevin1779
Unregistered / Unconfirmed
GUEST, unregistred user!
用Delphi开发ActiveX,在里面有需要连接到其它的页面:比如:
cells[x,y]:=Format('<a href="%s=%s" target="_blank">%s</a>',[AValue,AValue1,Avalue2]);
已经用了<target="_blank">在新一页打开,可是程序在执行时,总是不能在新的一页打开?请问这是什么原因?怎么做才能在新一页打开?
Delphi能编译<a href>$</a>为什么不能编译<target="_blank">呢?
谢谢您的回答!
cells[x,y]:=Format('<a href="%s=%s" target="_blank">%s</a>',[AValue,AValue1,Avalue2]);
已经用了<target="_blank">在新一页打开,可是程序在执行时,总是不能在新的一页打开?请问这是什么原因?怎么做才能在新一页打开?
Delphi能编译<a href>$</a>为什么不能编译<target="_blank">呢?
谢谢您的回答!