Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
How do you open a cgi script in a java applet
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brent Cameron  
View profile  
 More options Sep 14 1996, 3:00 am
Newsgroups: comp.lang.java.programmer
From: br...@cs.uq.edu.au (Brent Cameron)
Date: 1996/09/14
Subject: How do you open a cgi script in a java applet

How do you  open a cgi script in a java applet

I am currently doing this

URL url = new URL("file://my_directory_path/script?param");

Thanks for your help

--

                 |||||
                 (* *)
--------------o0O (_) O0o-------------
    ___  ___ ___  
   /  / /   /  /  Brent Cameron
  /--/ /   /__/   br...@cs.uq.oz.au
 /__/ /__ / \     C.S. Dept U.Q.
--------------------------------------

--

                 |||||
                 (* *)
--------------o0O (_) O0o-------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy T. Rice  
View profile  
 More options Sep 14 1996, 3:00 am
Newsgroups: comp.lang.java.programmer
From: g...@visi.com (Guy T. Rice)
Date: 1996/09/14
Subject: Re: How do you open a cgi script in a java applet

In article <51d007$...@miso.cs.uq.edu.au>, br...@cs.uq.edu.au (Brent

Cameron) wrote:

|How do you  open a cgi script in a java applet
|
|I am currently doing this
|
|URL url = new URL("file://my_directory_path/script?param");

Err, no.  CGI is run by the server.  What you'd need to do is
install an HTTPd server on your machine, then use a URL like
"http://localhost/cgi-bin/~yourname/script?param"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnathan Mark Smith  
View profile  
 More options Sep 15 1996, 3:00 am
Newsgroups: comp.lang.java.programmer
From: "Johnathan Mark Smith" <smi...@walrus.com>
Date: 1996/09/15
Subject: Re: How do you open a cgi script in a java applet

The best way to do it is to use the CGIAccess class made by the Staten
Island Java Group (http://www.walrus.com/~smithj/java)
--
*-----------------------------------------------------------*
Printed on 100% recycled bits!    Help reduce net trash!

Johnathan Mark Smith
smi...@walrus.com

Staten Island Online         http://www.walrus.com/~smithj/
Staten Island Java(tm) Group http://www.walrus.com/~smithj/java
Johnathan Mark Smith         http://www.walrus.com/~smithj/web
*-----------------------------------------------------------*

Brent Cameron <br...@cs.uq.edu.au> wrote in article
<51d007$...@miso.cs.uq.edu.au>...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Andersson  
View profile  
 More options Sep 16 1996, 3:00 am
Newsgroups: comp.lang.java.programmer
From: Stefan Andersson <stef...@clarus.se>
Date: 1996/09/16
Subject: Re: How do you open a cgi script in a java applet

Johnathan Mark Smith wrote:

> The best way to do it is to use the CGIAccess class made by the Staten
> Island Java Group (http://www.walrus.com/~smithj/java)
> --

You can POST with only URL and URLConnection. Best way ... well there is
a benefit in not relying on classes made by others.

I used to want to have an example of how *EXACTLY* you could POST from
an applet but I couldn't find one. So I spent too many hours on
reinventing the wheel *AND* published what I found. So visit my drab
page on dynamic compilation on-th-fly of Java code (which incorporates
POSTing) at http://www.prosolvia.se/People/stefana/ClassLoad.html

/StefanA
--
/  _| |___  __ _ _ ___  Stefan Andersson     Phone: +46 31 703 51 21
| | | |_  \/ _| | | __\ Prosolvia Clarus AB  Fax:   +46 31 703 51 20
| |_| | _ | | | | |__ | Gårdavägen 1                stef...@clarus.se
\___|_|___|_| \___/___/ S-412 50 Göteborg, SWEDEN   http://www.clarus.se


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »