<%@ Language=VBScript %>
<% Response.Expires=-1 %>
<html>
<%
Dim ProcessID
ProcessID = Session("ProcessID")
Dim TitleName
TitleName = "PurInfo"
%>
<head>
<title><%=TitleName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../CSS/FrameSets.css" rel="stylesheet" type="text/css">
</head>
<body style="margin-left:3px;margin-top:3px;">
<table border="0" cellpadding="0" cellspacing="0" ID="Table1">
<TR>
<TD class="TDLeftTop"></TD>
<TD class="TDTop">
<table class="TopTbl" ID="Table2">
<tr>
<td class="TopTDLeft"></td>
<td class="TopTDCenter" nowrap><%=TitleName%></td>
<td class="TopTDRight"> </td>
</tr>
</table>
</TD>
<TD class="TDRightTop"> </TD>
</TR>
<tr>
<td rowspan="2" class="TDLeft"></td>
<td class="TDCenter"><INPUT type="hidden" name="processID"
value="<%=ProcessID%>" ID="processID">
<object id="DetailAreas" style="font-size:12;width:100%;height:100%"
classid="http:..\..\bin\PU_Control.dll#Genersoft.Drp.PU.Control.InfoRecordIn
it" VIEWASTEXT>
<param name="ProcessID" value="<%=ProcessID%>">
</object></td>
<td rowspan="2" class="TDRight"></td>
</tr>
<tr>
<td class="TDLine"></td>
</tr>
<tr>
<td class="TDLeftBottom"></td>
<td class="TDBottom"></td>
<td class="TDRightBottom"></td>
</tr>
</table>
</body>
</html>
dotnet said:
i put the Downloading Control (window user control) using <object> tag in webForm.
how to send selected file list in webfForm to win control without <param>
?