open pop window:
<head>
<script language="JavaScript">
<!--
setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,
height=150,scrollbars=no,resizable=no'
pop = window.open ("","pop",setup)
pop.document.write('<head><Title>Pop Up</Title></head><body>');
pop.document.write('<center>Please wait while this page loads.</center>');
 -->
</script>
</head>
------------
close it:
javascript:pop.window.close()


----- Original Message -----
From: "- Edwin" <[EMAIL PROTECTED]>
To: "Edward Peloke" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 4:40 PM
Subject: Re: [PHP] progress page


> Hello,
>
> [EMAIL PROTECTED] (Edward Peloke) wrote:
> > I am working on an application that will take data from the user and
> > run then check through all the data to find matches.  Instead of the
> > user seeing a blank screen while the page is loading, I would like to
> > pop up a page that says, processing, please wait and maybe have an
> > icon like a progress bar or something.  How do I pop up a page and
> > have it disappear when the the other page is done loading?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to