Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1373 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Marketplace     Services Offered / Looking to Hire     Programming or Coding :

Please help me with the right redirection code.

Thread title: Please help me with the right redirection code.
Closed Thread    
    Thread tools Search this thread Display Modes  
11-26-2007, 10:29 AM
#1
o_oe is offline o_oe
Status: I'm new around here
Join date: Sep 2007
Location:
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

o_oe is on a distinguished road

  Old  Please help me with the right redirection code.

Please how do I make page "http://www.beamzintl.com/confirmation.htm" to appear after the submission of form "http://www.beamzintl.com/contact us.htm" on my website.
Please try and fill the form its very short and see the page that appears thereafter.
I have tried to use the redirection facility on my control pannel bu it didn't work.
Thanks for your valuable time. I appreciate every bit of your support. Have a great time.

11-26-2007, 11:16 AM
#2
HPA is offline HPA
Status: Junior Member
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

HPA is on a distinguished road

  Old

I can do this for you. Will charge $10 only

11-26-2007, 11:22 AM
#3
HPA is offline HPA
Status: Junior Member
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

HPA is on a distinguished road

  Old

It's simple.... Please e-mail me: s.sibtainraza[at]gmail.com

11-26-2007, 01:04 PM
#4
daz is offline daz
Status: I love this place
Join date: Jun 2005
Location: UK
Expertise:
Software:
 
Posts: 562
iTrader: 5 / 100%
 

daz is on a distinguished road

Send a message via MSN to daz

  Old

No point paying for something like this. If you have PHP installed on your server:
Code:
header("Location: http://www.beamzintl.com/confirmation.htm");

11-26-2007, 01:13 PM
#5
HPA is offline HPA
Status: Junior Member
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

HPA is on a distinguished road

  Old

Originally Posted by daz View Post
No point paying for something like this. If you have PHP installed on your server:
Code:
header("Location: http://www.beamzintl.com/confirmation.htm");

I already sent this code to the webmaster by e-mail.

By the way, you didn't mentioned where you have to put this code in...

For others Information, place this code, preferably at the bottom of your .php script, but, before ?>

Cheers!

11-26-2007, 01:14 PM
#6
HPA is offline HPA
Status: Junior Member
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

HPA is on a distinguished road

  Old

and it's not a good thing to put the Complete URL in the script, this will do the lot:

header("Location: confirmation.htm");

11-26-2007, 03:26 PM
#7
o_oe is offline o_oe
Status: I'm new around here
Join date: Sep 2007
Location:
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

o_oe is on a distinguished road

  Old

Please, I actually used CSS/HTML in developing the website. The following is
the form code. Please wher should I insert the code?

<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST">


<input type=hidden name="recipient"
value="beamz@beamzintl.com, info@beamzintl.com">

<p>Name:</p>
<p><input type="text" name="T1"
size="25"></p>
<p>Other Names:</p>
<p><input type="text" name="T2"
size="25"></p>
<p>e.mail:</p>
<p><input type="text" name="T3"
size="25"></p>
<p>Phone No:</p>
<p><input type="text" name="T4"
size="25"></p>
<p>Comments.:</p>
<p><textarea rows="2" name="S1"
cols="25"></textarea></p>
<p><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

Thanks for your time.

11-26-2007, 03:33 PM
#8
JasonGDX is offline JasonGDX
JasonGDX's Avatar
Status: Junior Member
Join date: Nov 2006
Location: Pennsylvania, USA
Expertise: Design, HTML, CSS, PHP, MySQL
Software: Photoshop, Coda
 
Posts: 95
iTrader: 4 / 100%
 

JasonGDX is on a distinguished road

  Old

The script you are using allows you to set a page redirect with a hidden input tag.

Code:
<input type="hidden" name="redirect" value="http://www.beamzintl.com/confirmation.htm">
Just place that somewhere in the <form> tags.

Hope that helps!

11-27-2007, 12:44 PM
#9
o_oe is offline o_oe
Status: I'm new around here
Join date: Sep 2007
Location:
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

o_oe is on a distinguished road

  Old

Thanks a lot Jason. It worked perfectly but I had to place it as additional code.
I also found more codes in the process.
Thanks for your time.Thanks to every one.

11-27-2007, 07:56 PM
#10
JasonGDX is offline JasonGDX
JasonGDX's Avatar
Status: Junior Member
Join date: Nov 2006
Location: Pennsylvania, USA
Expertise: Design, HTML, CSS, PHP, MySQL
Software: Photoshop, Coda
 
Posts: 95
iTrader: 4 / 100%
 

JasonGDX is on a distinguished road

  Old

Originally Posted by o_oe View Post
Thanks a lot Jason. It worked perfectly but I had to place it as additional code.
No problem. Glad to have helped!

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed