Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Redirecting once a form has been completed
Old 01-17-2004, 03:44 PM Redirecting once a form has been completed
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
Hi people

Once u form is filled out how do u redict a user to another website page i have seen it and it is possibale but is it possibale in html

and if u can do it plz insert the html for it plz
Arfan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-18-2004, 02:51 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
You can do it in html like so:

<META HTTP-EQUIV="Refresh" CONTENT="4; URL=www.yoursite.com">

---
You put that within you head tags. Although this is NOT the best way to do it and I suggest not to use it lol

I suggest using a server-side language.

You can use this in PHP and PERL:

in php: echo("header: http://www.yoursite.com");
in perl: print "Location: http://www.yoursite.com";

you can also use my formMailer script -
http://www.acjavascripts.com/CGIScriptsACMailer2.html

It will email you all the information and redirect the user upon completion
__________________

Please login or register to view this content. Registration is FREE
- 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 01-20-2004, 02:01 PM ...
Phunky's Avatar
Skilled Talker

Posts: 68
Location: NJ
Trades: 0
I fairly simple way to redirect that I found if you are using HTML to post is just to insert this hidden field after the "recipient" field:

<input type="hidden" name="redirect" value="http://____________.html">

make sure you include the FULL web address as the value or it wont work...
__________________
But dreaming just comes natural
Like the first breath from a baby,
Like sunshine feeding daisies,
Like the love hidden deep in your heart.

~J.Prine

Last edited by Phunky; 05-03-2004 at 05:55 PM..
Phunky is offline
Reply With Quote
View Public Profile
 
Old 04-25-2004, 06:33 PM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
thx it worked
__________________

Please login or register to view this content. Registration is FREE


For all your Flash work email me on

Please login or register to view this content. Registration is FREE
Arfan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Redirecting once a form has been completed
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48893 seconds with 12 queries