I havent looked at www.metacrawler.com but this is how I do my 'Please Wait'
screen.
The key is the META Tag.  At runtime I replace ~report_factory_url~ with some
long GET URL.

Ross Cormier

<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=~report_factory_url~">
</HEAD>
<BODY>
<BR><BR><BR>
<CENTER><H1>Your records are being accessed.<BR>
Please wait.</H1></CENTER>
</BODY>
</HTML>





[EMAIL PROTECTED] (Adam Gifford) on 04/19/99 03:08:43 PM

Please respond to Java Apache Users <[EMAIL PROTECTED]>
To:   java-apache-users
cc:
Subject:  updating the output page...




hello, I was wondering if anyone knows how www.metacrawler.com produces
the status screen
when you do a search.  (and how i could do a similar thing with jserv,
as i have some reports that
take several minutes to generate).

Doing a 'save as html' produced the following curious results:

--TextString
Content-Type: text/html

<html><head><title>MetaCrawler getting results: dummy
search</title></head>
<body bgcolor="#FFFFFF"><font face="Arial, Helvetica">
<h2>Getting results for query: dummy search</h2></font>
<p>
<h3>Infoseek: 10 references returned.</h3>
(snip)
<h4>Waiting, 0 sources left.</h4>
<h3>Finished, sending hits...</h3>
</body>


--TextString
Content-Type: text/html
(second page complete with <html><body> etc)




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]









----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to