In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> I'm working on an intranet accounting application using php and posgresql.
> When I select a reord from a list for editing, I transfer the necessary 
> variables using the 'METHOD=POST' and similarly when the update scripts are 
> run after the edit. 
> It makes no sense to use the back buuton to return to the original list so I 
> would prefer to open the other pages in new windows.
> How please?
> If a web developers list is more appropriate for this question kindly 
> recommend one.
> Thanks
> Bob Parker

Why not use the same script for all functions? When the script starts, 
test a (series of) variables to determine what action is required, and 
include/display the necessary.

Have a link on the page that calls the script with no variables to take 
you back to the 'default' display.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to