Home : General : Perl Programming :

General: Perl Programming: going to another routine without clicking submit button: Edit Log

Here is the list of edits for this post
going to another routine without clicking submit button
i tried to search to see if this has been asked and answered but couldn't figure out what terminology to use to search. i currently have a link that works:

<a href="$db_script_url?db=usersx&amp;Userid=$rec{'Userid'}&amp;pwfile=$public_per_file&amp;add_form=1">
&nbsp;Add to permission file</a>

what i want to do is go to a different routine and do some work, and then go to the place in the link above. i have the first part working, but i don't know how to go to the above place after the first work is complete.

edit: the second part displays a form with some of the fields already filled. would be nice to skip that form and have it input without the submit button.

Last edited by:

delicia: Jun 12, 2013, 4:14 PM

Edit Log: