Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I want to connect my button in an asp-page with a VB code saved as an .exe file.
I have tried following ways:
<input type="submit" name="..." value="..."
onClick="remote=window.open ('facts.exe' 1, 'mall', 'resize=yes');"> likewise <input type="submit" name="..." value="..."
onClick="remote=window.open ('facts.exe 1', 'mall', 'resize=yes');">
<a href="facts.exe 1">Report</a> likewise <a href="facts.exe" 1>Report</a>
Non of the two way work.
What/Where do I wrong?
Some of the VB code look like this:
Option Explicit
Sub Main()
If Trim(Command$) = "1" Then
Call Uppdatera(1)
End If
If Trim(Command$) = "2" Then
Call Uppdatera(2)
End If
End Sub
Public Sub Uppdatera(ByVal dotVal As Long)
....etc.....
Thanks in advance!
Johanna P
I want to connect my button in an asp-page with a VB code saved as an .exe file.
I have tried following ways:
<input type="submit" name="..." value="..."
onClick="remote=window.open ('facts.exe' 1, 'mall', 'resize=yes');"> likewise <input type="submit" name="..." value="..."
onClick="remote=window.open ('facts.exe 1', 'mall', 'resize=yes');">
<a href="facts.exe 1">Report</a> likewise <a href="facts.exe" 1>Report</a>
Non of the two way work.
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Some of the VB code look like this:
Option Explicit
Sub Main()
If Trim(Command$) = "1" Then
Call Uppdatera(1)
End If
If Trim(Command$) = "2" Then
Call Uppdatera(2)
End If
End Sub
Public Sub Uppdatera(ByVal dotVal As Long)
....etc.....
Thanks in advance!
Johanna P