User Profile

Collapse

Profile Sidebar

Collapse
wanni
wanni
Last Activity: Nov 11 '09, 09:15 AM
Joined: Jan 29 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can anyone answer this question
    "How can i download any file/DLL residing at server from ActiveX component running at clinet side.
    See more | Go to post

    Leave a comment:


  • How to download text file or DLL from a ActiveX component.

    Hi All,
    I have a web page residing on a server. Through that web page i download the ActiveX on the client machine. Now i want to downlaod some text file(in a encrypted form) or DLL which also resides on server from ActiveX component running at client side. How can i perform this task. I appreciate if someone can send me code snippet.

    Regards
    wanni.
    See more | Go to post

  • wanni
    replied to SCardListReaders API
    This is on the client side.
    See more | Go to post

    Leave a comment:


  • wanni
    started a topic SCardListReaders API

    SCardListReaders API

    Hi ALL,
    Is there any way to use SCardListReader s API (from winscard.dll) in Javascript.
    I want to populate all smart card readers list in a combo box.

    Regards
    wanni.
    See more | Go to post

  • wanni
    replied to Verifying Signed XML files.
    Regarding server side lanuages my first preference would be ASP.
    Is there any link or documentataion where i could get a help regarding how to use ActiveX (or its functions) for achieving desired functionality.

    Regards
    wanni.
    See more | Go to post

    Leave a comment:


  • wanni
    replied to Verifying Signed XML files.
    I dont want to use .Net Enviroment. I signed my XML file through certificate private key and want to verify XML file signtaure in Java Script or ActiveX.

    I am using VC 6 enviroment.

    Is there any way i can achieve this functionality.

    Regards
    wanni.
    See more | Go to post

    Leave a comment:


  • wanni
    replied to Verifying Signed XML files.
    I just want to check the signature of XML file (i.e. signing and verification operation). XML file is signed using private key and i just want to check whether signature is valid or not. I am using Internet Explorer (Verison 7) and want to test on Windows XP and Windows Vista.

    Regards
    wanni.
    See more | Go to post

    Leave a comment:


  • wanni
    started a topic Verifying Signed XML files.

    Verifying Signed XML files.

    Hi All,
    I have a signed XML file which i want to use in my JavaScript. Before doing any operation using XML file data , i want to verify XML file signature (to verify file is not tempered with third party attack).

    Is this behaviour possible in JavaScript. I want to support this feature both in Windows XP and Windows Vista.

    Note For Moderators: I have mistakenly post this in InSights forums. Please forgive me....
    See more | Go to post

  • wanni
    replied to Reading encrypted files in Java Script.
    Thanks for your response.
    Can i believe there is no other way of reading binary files in JavaScript in IE.
    See more | Go to post

    Leave a comment:


  • wanni
    replied to Reading encrypted files in Java Script.
    Thanks for all your response.
    i Have one more question regarding Ajax. I want to read binary file in JavaScript.

    I have code the following lines.

    Code:
        var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); 
    	 
        xmlHttp.onreadystatechange = function() { 
            if (xmlHttp.readyState == 4) { 
    	result = xmlHttp.responseStream;
    	alert(result);
            }
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 30 '09, 02:18 PM. Reason: added [code] tags

    Leave a comment:


  • wanni
    replied to Reading encrypted files in Java Script.
    Hi,
    Yeah i know i can use server side scripting in order to push the content on client side, but i dont want to use any server scripting language on server side.

    Is there are any API's/Functions in ActiveX which downloads the file residing on server by opening some http steams etc.

    regards,
    wanni
    See more | Go to post

    Leave a comment:


  • wanni
    replied to Reading encrypted files in Java Script.
    Thanks for your response.
    Yeah my encrypted file resides on server, that means i have to use AJAX for reading contents of that file.

    Actually my purpose is to send encrypted Data to ActiceX functions. So other possibility i am thinking that i can access encrypted file contents directly in ActiveX. So in order to achieve this i have to get the Web Page URLin ActiceX and through that URL i can get the path where file is present...
    See more | Go to post

    Leave a comment:


  • wanni
    started a topic Reading encrypted files in Java Script.

    Reading encrypted files in Java Script.

    Hi All,
    I want to store data in a encypted form (in form of some file) and later on i want to read encrypted data in Java Script and want to pass that encrypted buffer to some Active X component.

    My first question how should i read/load a file in java Script and read its contents.?
    Also is it possible to parse data in javascript?

    Regards
    Wanni.
    See more | Go to post
No activity results to display
Show More
Working...