hello....
i want to know,
is it possible to execute an VB.exe from HTML??
if its possible can u give me some example..
thanks
Printable View
hello....
i want to know,
is it possible to execute an VB.exe from HTML??
if its possible can u give me some example..
thanks
I don't think so. May be you could elaborate on what you want to achieve so that we understand the context and then advise you accordingly.Quote:
is it possible to execute an VB.exe from HTML??
The only way I know you can run any EXE file is to link a .bat file within the html "href".
The bat file will run your desired EXE file.
1) On Local PC (or LAN network) = should work fine.
2) On web server. You may have security issues trying to run bat files.
In html, when you click in any EXE file, the browser handles it as a download. You can open files that way too.
But HTML is handled as HTML.
I think i saw some vbscript once that ran an exe file on the pc...not sure though..
you could just make an asp.net app instead
Thanks Guys...
for your help and info