hi all,
i need to write a php program that loads another page thru header("Location: $k") which is activated by pressing on a link. and between clicking the link and the header command, i need to pop up a box which automatically closes after a given number of seconds. this box in effect should delay the main browser window from processing until the popped up window closes. further complication is i cant use an interim page else the user has to click the back button twice before returning to my page. any ideas?
regards