Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Submit a form without leaving the page   Message List  
Reply | Forward Message #2058 of 2062 |
Re: Submit a form without leaving the page

Hi,

Thank you both very much for you responses. I will try putting
"target='blank'" in my form tag first since that is the easiest but I
will definitely check into AJAX. I learned some basic Javascript
several years ago but have been finding that knowledge to be pretty
outdated so its time to spruce up my mental library anyway! I actually
got that O'Reilly Javascript book you mentioned a few days ago from
the local library and have it sitting on my desk waiting for me to get
the time to dive in!

Thanks again for your help!
Andy




Sat Oct 27, 2007 1:40 pm

lostgameparts
Offline Offline
Send Email Send Email

Forward
Message #2058 of 2062 |
Expand Messages Author Sort by Date

Hi, I'm pretty new to Perl and need some help! I am working on a project that requires 4 forms on the same page. I would like to be able to submit each one...
Andy Schafer
lostgameparts
Offline Send Email
Oct 25, 2007
6:10 pm

... Hi, The solution is HTML related. All that you have to do is to add "target" attribute to the <form> element: <form ... target="_blank" >. In this case the...
Marcel Preda
marcel_preda
Offline Send Email
Oct 26, 2007
6:17 pm

Andy, I think the best way to accomplish what you're trying to do is to use AJAX. AJAX allows you to use JavaScript to issue an HTTP POST or GET without...
millerdw2003
Offline Send Email
Oct 26, 2007
6:17 pm

... #!/usr/bin/perl -w use strict; use CGI qw(:standard); our $q=new CGI; our ($firstNumber,$secondNumber); # This perl script calls itself and posts variables...
kenshail2003
Offline Send Email
Oct 29, 2007
3:30 pm

... You write a script that calls itself. Here is a simple calculator example, but remember that it has to be run on a server. It uses cgi to send the entered...
kenshail2003
Offline Send Email
Oct 29, 2007
3:30 pm

Hi, Thank you both very much for you responses. I will try putting "target='blank'" in my form tag first since that is the easiest but I will definitely check...
Andy Schafer
lostgameparts
Offline Send Email
Oct 29, 2007
3:30 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help