sima
05-28-2005, 05:21 AM
sorry, I don't know how to explain me question.
Let me show by this example.
Process :
1, a(A.html) send a variable to b(b.html). --> This is easy.
(b is open by a, so a is parent. And the b is top up)
2, when i finish the job in b. I will submit that. --> OK
(when submit(), the window will close)
3, Now the problem, how can i send back the info to parent(a or a.html) ???
(Some think like auto refresh the a by b)
Thank you
I hope have a complete's source code.
Let me show by this example.
Process :
1, a(A.html) send a variable to b(b.html). --> This is easy.
(b is open by a, so a is parent. And the b is top up)
2, when i finish the job in b. I will submit that. --> OK
(when submit(), the window will close)
3, Now the problem, how can i send back the info to parent(a or a.html) ???
(Some think like auto refresh the a by b)
Thank you
I hope have a complete's source code.