safe url open
Posted: Wed Sep 27, 2006 10:56 am
Hello,
I have a page, from which i want to access a page which opens up another page which opens another page which loads about 5 seconds.
Here's an "access tree" to understand it easier:
index.php
- update.php?stage=1
- - payment.php?id=2&amount=1
- - - (this link goes to e-gold payment system. It loads about 3-5 seconds because of high e-gold website traffic)
- - update.php?stage=2
- - - payment.php?id=1&amount=2
- - - - (this link also goes to e-gold payment system. It loads about 3-5 seconds)
- - - update.php?stage=3
...... and so on........
all i want to do is to open update.php?stage=1 page in index page without anyone being able to see what is happening in those pages. I mean without viewing those pages, or at least hiding them. Also, as you see, this script updates users list, so sometimes it may take a while to complete. It may take about 5-20 seconds depending on how much pages will be loading.
I tried to do it with frames (one is almost invisible), but when i close my browser, everything stops. I don't want this to happen, because people won't be on the same page for 20 or more seconds. They will go to other page or close their browsers.
Any ideas how to keep update.php script running without any interruption?
Thanks,
Arunas
I have a page, from which i want to access a page which opens up another page which opens another page which loads about 5 seconds.
Here's an "access tree" to understand it easier:
index.php
- update.php?stage=1
- - payment.php?id=2&amount=1
- - - (this link goes to e-gold payment system. It loads about 3-5 seconds because of high e-gold website traffic)
- - update.php?stage=2
- - - payment.php?id=1&amount=2
- - - - (this link also goes to e-gold payment system. It loads about 3-5 seconds)
- - - update.php?stage=3
...... and so on........
all i want to do is to open update.php?stage=1 page in index page without anyone being able to see what is happening in those pages. I mean without viewing those pages, or at least hiding them. Also, as you see, this script updates users list, so sometimes it may take a while to complete. It may take about 5-20 seconds depending on how much pages will be loading.
I tried to do it with frames (one is almost invisible), but when i close my browser, everything stops. I don't want this to happen, because people won't be on the same page for 20 or more seconds. They will go to other page or close their browsers.
Any ideas how to keep update.php script running without any interruption?
Thanks,
Arunas