Subject: Please HELP !!! ActiveX
Posted By: johnjohn Post Date: 11/16/2004 11:45:45 AM
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>







Go to topic 22196

Return to index page 714
Return to index page 713
Return to index page 712
Return to index page 711
Return to index page 710
Return to index page 709
Return to index page 708
Return to index page 707
Return to index page 706
Return to index page 705