Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   NEWBIE Calling CGI scripts in ASP (http://www.velocityreviews.com/forums/t790319-newbie-calling-cgi-scripts-in-asp.html)

Stephen Armstrong-Smith 09-18-2003 07:44 PM

NEWBIE Calling CGI scripts in ASP
 
Am very new to writing ASP, I cant find any tutorials on
calling a CGI script from asp that returns with the data
into a variable. This is what I am aiming to do.. I
have an audio application called "OTSJUKE", this can be
remotely controlled via a web browser, The in-built
server recognises a few CGI commands but returns
information that I dont want the end-users to see.. I
want to setup asp that calls (if thats the right term)
the OTSJUKE application, returns me the code into a
variable, then i I can modify it and send it back to the
user as my html. Hope someone can help, Thanks

Aaron Bertrand - MVP 09-18-2003 07:59 PM

Re: NEWBIE Calling CGI scripts in ASP
 
If the CGI app returns the "variables" in HTML, then you could simply parse
the returned HTML. See www.aspfaq.com/2173



"Stephen Armstrong-Smith" <stephen@sproadshow.co.uk> wrote in message
news:03a901c37e1d$4ae1a8c0$a401280a@phx.gbl...
> Am very new to writing ASP, I cant find any tutorials on
> calling a CGI script from asp that returns with the data
> into a variable. This is what I am aiming to do.. I
> have an audio application called "OTSJUKE", this can be
> remotely controlled via a web browser, The in-built
> server recognises a few CGI commands but returns
> information that I dont want the end-users to see.. I
> want to setup asp that calls (if thats the right term)
> the OTSJUKE application, returns me the code into a
> variable, then i I can modify it and send it back to the
> user as my html. Hope someone can help, Thanks





All times are GMT. The time now is 11:15 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57