Please HELP !!! ActiveX
Hi everybody
I'm using an activeX application which can read in a text file on the client side but I'm just able to display it's content on the web page.
What I really want is to retrieve the content of a text file on client side an use it after in a .ASP page. So how can I stock this value to a variable...
Thank you very much
See the code I found here:
<OBJECT ID="data1" CLASSID="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83" >
<PARAM NAME="DataURL" VALUE="data1.txt" >
<PARAM NAME="DataURL" VALUE="data1.txt">
<PARAM NAME="UseHeader" VALUE="TRUE">
<PARAM NAME="TextQualifier" VALUE="~">
<PARAM NAME="FieldDelim" VALUE="|">
</OBJECT>
<SPAN DATASRC="#data1" DATAFLD="name" ></SPAN>
<SPAN DATASRC="#data1" DATAFLD="age" > </SPAN>
|