I've read through the archives and run through some of the suggestions
given for progress bars and pop ups with animated gifs and haven't had
much luck.

 I've had the most luck using the pop-up window method. In the <form>
element I call onSubmit="{open some window here}" This works as the pop-up
appears while the file is transferring. Here's where I run into problems.
I've tried all kinds of examples found on google and can never get it to
work right.

 In the script where my form goes to, I'm supposed to use a <body
onLoad="window.close()" call to close my pop-up. I've actually tried this
2 ways. I've used it as afore mentioned as well as <body onUnload=""> on
the page containing the form. Either my pop-up stays open or I close the
parent window.

Does anybody have a working example I could work off of so I could please
my boss. Personally, I didn't want to do this but he thinks we should have
these flashy things on out site.

Thanks,

Ed

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

Reply via email to