Script to run app from browse 
Author Message
 Script to run app from browse

Hi There !!!

I am trying to run my (VB 5.0 BASED ) application from netscape browser.

I want to know the syntax so that I can run my application from netscape
browser as well as I can pass parameter  from browser to my application.

I am been able to do so in IE Browser writing following script

<SCRIPT LANGUAGE="VBScript">
<!--
Sub oppdf(pdflnk)

        Dim Success

        Success=VBSObject.DoShell("c:\mt\mehul.exe" & " " & pdflnk ,1)

End Sub
-->
</SCRIPT>

<A HREF= oppdf("$$doc.pdfd")><IMG SRC="pdficons.gif" BORDER="0"

Quote:
></a>&nbsp;&nbsp;

some how netscape doesn't like vbscript. So any one who knows how to deal

Thanks
mt



Mon, 16 Jul 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Script to run app from browse

2. Script to run app from browse

3. stop app, run script, restart app

4. Terminate script if App is running....

5. Help...Script To Run Local Apps....

6. running external apps via a vbs script.

7. Web Browsing in a WinForms App?

8. Running a .vbs script from within a .vbs script

9. vbs Timer script to run other script

10. Having to re browse to reference every single time app is opened in VB

11. VB Script - Can a running script derive it's own path

12. Having to re browse to reference every single time app is opened in VB

 

 
Powered by phpBB® Forum Software