Posted: Tue Apr 01, 2003 8:53 am
Restored from previous forum. Originally posted by muab.
heyas =)
i would like to make aws to launch an external app, with the parameter(s) that are entered into the input form...
i allready found some code for the html file:
CGI Example
Parameter
and
ElseIf Left(a$, 4) = "POST" ;; here is extra code ------------------
Repeat
in= FindString(a$,EOL$,0)
If in
Debug Left(a$,in-1)
EndIf
a$=Mid(a$,in+2,Len(a$))
Until in=0
RunProgram("c:\myprog\WWW\cgi\purecgi.exe","",1)
for the server code.
the app is launched, but not with parameters.
(want to integrate some kind of search function)
thx
muaB
heyas =)
i would like to make aws to launch an external app, with the parameter(s) that are entered into the input form...
i allready found some code for the html file:
CGI Example
Parameter
and
ElseIf Left(a$, 4) = "POST" ;; here is extra code ------------------
Repeat
in= FindString(a$,EOL$,0)
If in
Debug Left(a$,in-1)
EndIf
a$=Mid(a$,in+2,Len(a$))
Until in=0
RunProgram("c:\myprog\WWW\cgi\purecgi.exe","",1)
for the server code.
the app is launched, but not with parameters.
(want to integrate some kind of search function)
thx
muaB