Hi all,
I am trying to create a link that will use a browser to log into an FTP site, the problem I have is the password starts with a hash (#) character. For some reason when I place a colon and hash together in the link itself my browser is converting it to a forward slash (/)
Heres the code (the names have been changed to protect the innocent!)
or
and heres the [link ftp://bob:#jump@some.ftp.site]problem[/url]
As you can see I have tried using the ascii characters but to no avail, does anyone out there know whats happening?
Cheers
Sim
----------------------------------------
I realised I was dyslexic when I went to a toga party dressed as a goat.
----------------------------------------
I am trying to create a link that will use a browser to log into an FTP site, the problem I have is the password starts with a hash (#) character. For some reason when I place a colon and hash together in the link itself my browser is converting it to a forward slash (/)
Heres the code (the names have been changed to protect the innocent!)
Code:
<a href="ftp://bob:#jump@some.ftp.site">Link</a>
or
Code:
<a href="ftp://bob:#jump@some.ftp.site">Link</a>
and heres the [link ftp://bob:#jump@some.ftp.site]problem[/url]
As you can see I have tried using the ascii characters but to no avail, does anyone out there know whats happening?
Cheers
Sim
----------------------------------------
I realised I was dyslexic when I went to a toga party dressed as a goat.
----------------------------------------