Forum Moderators: coopster

Message Too Old, No Replies

Form redirection

Form redirection passing vars to a url...

         

PSWorx

12:07 pm on Jan 15, 2004 (gmt 0)

10+ Year Member



I have a form with a user and pass input, and i would like, once the form is submitted, to have a new window open pointing to ftp://ftp.domain.com but in this layout so it logs the user in from my form: ftp://username:passowrd@domain.com/

Ive been told something about redirection but cant find any info (or im not looking hard enough) and have a whole host of other things to do, can anyone help, i know its easy but i could do with the solution...

TIA

justageek

12:52 pm on Jan 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



header ("Location: ftp://username:passowrd@domain.com");

JAG

PSWorx

1:18 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



Cheers