Results 1 to 3 of 3

Thread: Acessing Client with Vbscript & Html from server

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    6

    Unhappy Acessing Client with Vbscript & Html from server

    Hello Forum user

    I built an website using Html and Vbscript.
    Locally if I use the html code its fine running excellently but same thing I want to do by placing my site on intranet
    I uploaded it to intranet but i am facing some problem .my site contains buttons, when user clicks button an action must be done on client ,like software in client will be opened plus a file will opened.

    eg: c://scd/flosi2001/bin/flosi.exe -sfp M:\new\run3.ses

    I saved this path in a batch file and placed this batch file in server thinking that it will work.I gave action to that button my Batch
    file.My code includes some functions plus concatenation of that file ..
    Can you help me in regard ? or least can you give me a tip to solve this problem?

    With regards
    Prasad

  2. #2
    Lively Member
    Join Date
    Oct 2002
    Location
    Los Angeles, CA
    Posts
    73
    If it is Intranet application, you can create ActiveX control and this control can access client files, otherwise you cannot do it with simple HTML/vbscript code

  3. #3
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    That's right, scripting languages are purposely cut down so they can't maliciously interact with the client users files & folders etc (could you imagine all the vireuses which would be out there if this wasn't true)?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width