Z
zqm999a
Unregistered / Unconfirmed
GUEST, unregistred user!
我怎么把通html把能参数传到ActiveForm中,有谁有详细的说明,谢谢大家了
我是这么用的,好像不行
<HTML>
<%@language=vbscript codepage=936 %>
<H1> Delphi 6 ActiveX Test Page </H1><p>
You should see your Delphi 6 forms or controls embedded in the form below.
<HR><center><P>
<OBJECT
classid="clsid:37D80414-8F35-4899-8584-E9A18CC80212"
codebase="http://192.168.1.192/delphiroot/WaveRecord.cab#version=1,0,45,0"
width=333
height=170
align=center
hspace=0
vspace=0
>
<PARAM NAME=username1 VALUE="anonymous">
</OBJECT>
<%
response.write "qq"
dim owss
Set oWss = Server.CreateObject("WaveRecord.RecordWave"
oWss.ini "anonymous"
set oWss=nothing
%>
</HTML>
anonymous为传的参数
<PARAM NAME=username1 VALUE="anonymous">用这个也不行
我是这么用的,好像不行
<HTML>
<%@language=vbscript codepage=936 %>
<H1> Delphi 6 ActiveX Test Page </H1><p>
You should see your Delphi 6 forms or controls embedded in the form below.
<HR><center><P>
<OBJECT
classid="clsid:37D80414-8F35-4899-8584-E9A18CC80212"
codebase="http://192.168.1.192/delphiroot/WaveRecord.cab#version=1,0,45,0"
width=333
height=170
align=center
hspace=0
vspace=0
>
<PARAM NAME=username1 VALUE="anonymous">
</OBJECT>
<%
response.write "qq"
dim owss
Set oWss = Server.CreateObject("WaveRecord.RecordWave"
oWss.ini "anonymous"
set oWss=nothing
%>
</HTML>
anonymous为传的参数
<PARAM NAME=username1 VALUE="anonymous">用这个也不行