Is it possible to use JavaScript to force a page to read from the server instead of a clients cache? I am having a real problem with IE5 users reading pages from cache instead of from the server. <br>
<br>
As always, any and all suggestions are appreciated. <br>
<br>
ALH
Hi, <br>
<br>
I want to read a file that exists on a machine that is located on our network ( same subnet etc etc ). <br>
<br>
The machine is running IIS and the file exists at <br>
<br>
http:\\wjcalsrv8\tf-retired\data\log.txt <br>
<br>
I use the following code to create a handle to this...
I need to get some info on the ENV and Socket modules that are defined in perl. <br>
<br>
How can I be sure that perl is finding these modules? <br>
<br>
I have some perl code that includes the following lines. <br>
<br>
use lib "$ENV{HOME}";<br>
<br>
What does this do. How I can list...
Hi, <br>
<br>
I am creating a servlet that executes some thrid party CGI scripts. I have got the servlet set up so that it executes a perl, reads the results of the program and outputs it to the client. See code snippet. <br>
<br>
BufferedOutputStream out;<br>
Runtime rt;<br>...
Hi, <br>
<br>
We use an application called SilverStream to develop and serve our web site. We have some cgi scripts form part of our web site that live outside of the SilverStream environment. <br>
<br>
What I want to do is execute these CGI scripts ( written in perl ) from a servlet. I want...
Hello fellow programmers<br>
<br>
My Boss has asked me to write a program that will download our stock price from the web and write it to a file. ( This will be sent to an HP and then displayed on reader boards. )<br>
<br>
So I need to develop a program that will access the data from the web...
Well I don't have any ideas but will be using this site to post and respond to SilverStream questions. So you may want to check it once in a while. <br>
<br>
Hello World.<br>
<br>
I have written a CGI script that writes a cookie ( using java script ) on the page load event. Once the cookie is written I use the location.replace() method to direct the user to another page. A few pages later I go to read the cookie that was written. Now here's the...
Hi support world. <br>
<br>
I am passing a string of parameters to a Perl CGI script but I do not know how to access them in the Perl script. I thought that I could use @ARGV but that doesn't work. <br>
<br>
I realize that this is a no brainer to answer but I am new to web programming and could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.