[prog] Popup in PHP or Javascript

Kathryn Hogg kjh at flyballdogs.com
Mon Apr 10 09:46:47 EST 2006


Tiera wrote:
>> 4. result data is sent of to another php script for more calculation
>> 5. new pop-up window opens with result of second calculation
>
> The second php script should open in the pop-up. So step 4 and 5 should
> be:
>
> 4. result data is sent of to another php script that is opened in a
> pop-up window and displays the result there.

Can't you do this with an http meta refresh?

<meta HTTP-EQUIV="Refresh" CONTENT="15 ; URL=your_second_url">

-- 
Kathryn
http://womensfooty.com



More information about the Programming mailing list