Thanks for replying Gunnar,

to your first Q ; ' maybe I did swap name and value - - ' I don't see how that could make a difference if the param retrieval code on the line following page print command
never is executed. -

I'll try swapping that around, and post results. The mystery of page to page flow continues to elude me.

Ken Uhl





Gunnar Hjalmarsson wrote:
<div class="moz-text-flowed" style="font-family: -moz-fixed">ken uhl wrote:
my Forms are not "acting" nicely, page to page flow is not correct, Page one prompts for search criteria:
...
$scriptname  = $q->script_name();
...
<FORM METHOD="post" ACTION="${scriptname}">
...
<INPUT TYPE=submit  NAME="select"  VALUE="Select Record(s) to Delete">
.... The submit button goes nicely to second page results.

Second page :
...
$scriptname  = $q->script_name();
...
<FORM METHOD="post" ACTION="${scriptname}">
...
<INPUT TYPE="submit" VALUE="bulk_delete" NAME="Bulk Deleter" >

Could the problem possibly be that you mixed up NAME and VALUE?

This goes back to page one. I want it to continue - checking page params - specifically to retrieve selected check boxes,
but  It does not progress.

Where is the code for controlling the page to page flow?



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to