PDA

View Full Version : How to PAUSE a script to click a link, then continue script before a redirect?


timetunnel
12-02-2006, 04:23 AM
Hello.

Is there a way to pause a script, click a link, then continue onto the redirect statement?

I've added a hook before 'build_options()' in options.php. Within the hook I want to add a link, via 'print()' statements, to be clicked just before the redirect function. After the link is clicked, then I want the script to continue onto the print_stop_message().

I prefer not to customize the page beyond adding the hook. I also prefer not to use javascript.

Thanks in advance.