gavinwatson
03-18-2009, 03:23 PM
hi all, new here, please bear with me!
I have an .asp page and I have this line of code which is used by an applet to access the ftp server:
<param name = "url" value = " ftp://username:password@www.mydomain.com">
but i would like to have a form on the page where the the user could input the variables for the username and password and the then <param name> take them from what the user has inputted on the form.
I need to do it this way for two reasons, firstly i have various users and secondly i do not want to leave usernames and passwords hardcoded into the page for anyone to look at the source.
Can anyone help me out with this please?
Thanks in advance for your time.
I have an .asp page and I have this line of code which is used by an applet to access the ftp server:
<param name = "url" value = " ftp://username:password@www.mydomain.com">
but i would like to have a form on the page where the the user could input the variables for the username and password and the then <param name> take them from what the user has inputted on the form.
I need to do it this way for two reasons, firstly i have various users and secondly i do not want to leave usernames and passwords hardcoded into the page for anyone to look at the source.
Can anyone help me out with this please?
Thanks in advance for your time.