Gossamer Forum
Home : General : Perl Programming :

going to another routine without clicking submit button

Quote Reply
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
Subject Author Views Date
Thread going to another routine without clicking submit button delicia 8823 Jun 12, 2013, 4:11 PM
Thread Re: [delicia] going to another routine without clicking submit button
Andy 8691 Jun 13, 2013, 2:15 AM
Thread Re: [Andy] going to another routine without clicking submit button
delicia 8675 Jun 13, 2013, 10:55 AM
Thread Re: [delicia] going to another routine without clicking submit button
delicia 7083 Jul 21, 2015, 3:56 PM
Thread Re: [delicia] going to another routine without clicking submit button
Watts 7047 Jul 22, 2015, 12:27 PM
Post Re: [Watts] going to another routine without clicking submit button
delicia 7030 Jul 24, 2015, 2:51 PM