Log In
Sign Up
Why Join Hot Scripts?
Hot Scripts
All Categories
PHP
Python
Tools & Utilities
XML
Ruby on Rails
Ajax
Web Hosting
ASP
ASP.NET
C & C++
CFML
Flash
Java
JavaScript
CGI & Perl
HTML5
Forums
Blog
Scripts
Hosted Apps
Plugins
Design Templates
Forum
Blog
Advertise
Contact Us
Register
FAQ
Rules
Calendar
Search
Today's Posts
Mark Forums Read
RSS Feeds
Current location:
Hot Scripts Forums
»
Programming Languages
»
Perl
» Redirection back to a page from form submit
Redirection back to a page from form submit
Page 2 of 2
<
1
2
LinkBack
Thread Tools
Display Modes
#
11
(
permalink
)
06-04-04, 12:59 PM
rus
New Member
Join Date: Jun 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks!
Thanks much for posting this! Had a problem with a required redirect on submit that just wasn't working. This works like a charm.
Quote:
Originally Posted by
DAL
print <<"EOF";
<META http-equiv="refresh" content="0;URL=http://www.24sos.co.uk/Internal/boards_General.pl">;
EOF
There it is ! the solution to the problem! Meta Refresh
Change 0 to anything else for further delay of seconds ie;
print <<"EOF";
<META http-equiv="refresh" content="4;URL=http://www.24sos.co.uk/Internal/boards_General.pl">;
EOF
Would delay the redirection for 4 seconds.
Cool
rus
View Public Profile
Find all posts by rus
#
12
(
permalink
)
03-21-05, 02:45 PM
rspeight
New Member
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Remember the redirect is a header
Remember that the CGI redirect is a header. Often if you have any data print before the redirect command is issued it will not function.
rspeight
View Public Profile
Find all posts by rspeight
Page 2 of 2
<
1
2
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Server Mac Address
|
Rare error for perl
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General Community
Announcements
Polls
The Lounge
New Members & Introductions
Script Requests
HotScripts.com Discussion
Hot Scripts Forum Questions, Suggestions and Feedback
General HotScripts Site Discussion
HotScripts Site Bug Reports
General Web Coding
HTML/XHTML/XML
HTML5
JavaScript
CSS
Flash & ActionScript
Programming Languages
PHP
Perl
ASP
ASP.NET
C/C++
Visual Basic
Windows .NET Programming
Everything Java
Other Languages
Other Discussions
Web Servers
Database
Other Topics
Web Design
API
Frameworks
AJAX
Security
Server Administration
Portable Device Programming
Cloud Computing
Ruby on Rails
CFML
Python
Tools and Utilities
Remotely Hosted
Web Hosting
Advertising Forums
General Advertisements
Job Offers & Assistance
Traffic Exchange
Website Reviews
Web Hosting Talk
DBForums.com
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
redirect on form submit
simone
PHP
11
11-25-03
12:01 PM
Why I always get \' and \" after I submit the form !
kevin
PHP
4
11-24-03
04:57 AM
question on form and submit
TxRanger
JavaScript
2
11-03-03
11:28 AM
process form without press submit button
azwani
JavaScript
1
11-03-03
01:10 AM
passing array to hidden fields in form on next page?
seala
ASP
2
09-04-03
02:40 PM
All times are GMT -5. The time now is
04:46 AM
.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Share on Facebook
Share on Stumble Upon
Share on Twitter