Re: [PHP] Search in Progress

2001-09-23 Thread Christian Reiniger
On Saturday 22 September 2001 14:41, Alexis Antonakis wrote: > I am developing a simple site, in PHP4, which has three frames on it. > > The first gives you the search options and the second two, the results. > > What I was wondering was, while the database is being searched, is it > possible to

Re: [PHP] Search in Progress

2001-09-22 Thread hvm
solution. Yours Hans. - Original Message - From: "Alexis Antonakis" <[EMAIL PROTECTED]> To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]> Sent: Saturday, September 22, 2001 5:02 PM Subject: [PHP] Search in Progress > Hi, > > I am developing a sim

Re: [PHP] Search in Progress

2001-09-22 Thread Gaylen Fraley
You don't need layers. Just have a js routine that sends 2 different location statements, i.e. parent.resultsframe.location = "javascript:'document.write(loading...');"; // then start your search code here -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v1.2 Guestbook

Re: [PHP] Search in Progress

2001-09-22 Thread rm
to my knowledge what you're talking about is done through html layers and javascript...I've seen it done at other siteshttp://www.anywho.com/rl.html uses this process. rm --- Alexis Antonakis <[EMAIL PROTECTED]> wrote: > Hi, > > I am developing a simple site, in PHP4, which has > three

[PHP] Search in Progress

2001-09-22 Thread Alexis Antonakis
Hi, I am developing a simple site, in PHP4, which has three frames on it. The first gives you the search options and the second two, the results. What I was wondering was, while the database is being searched, is it possible to display some text in the 'results' frame stating that the search is

[PHP] Search in Progress

2001-09-22 Thread Alexis Antonakis
Hi, I am developing a simple site, in PHP4, which has three frames on it. The first gives you the search options and the second two, the results. What I was wondering was, while the database is being searched, is it possible to display some text in the 'results' frame stating that the search is