Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Application through frontpage
Message
From
01/12/2003 08:25:28
 
 
To
01/12/2003 00:11:32
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00854593
Message ID:
00854638
Views:
18
>Hi,
>
>I am having a news letter developed in frontpage. I want to call my application from main page which is developed in frontpage.
>
>How I can do so please help with code.


Hi Sajjad

This one, works fine to me.. But, if you have any antivirus program, a message will comes up: There some malicius script..

Don´t worry with this message.. This is for safety purpose only.. You can turn off this thing !
<script language="VBScript" type="text/vbscript">

Function run_it(myprogram)
	Dim wsh
	Set wsh = createobject("WScript.Shell")
	wsh.run(myprogram)
End Function
</script>

<body>
<font size="7"><b>Clique here to run:</b></font>: <a href="#" onclick=run_it('c:\myfolder\myappl.EXE') /a> GOGOGO
</body>
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform