|
-
Nov 13th, 2002, 03:43 AM
#1
Thread Starter
New Member
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
-
Nov 13th, 2002, 03:52 PM
#2
Lively Member
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
-
Nov 21st, 2002, 07:30 AM
#3
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)?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|