I want a function that does
If Microsoft IE then:
<link>http://user+domain.com@ftp.domain.com</link>
if Firefox then
<link>http://user@domain.com@ftp.domain.com</link>
My FTP server always adds a @domain.com to each user name. I want a link that will link the user into the FTP site and ask for a password for that user. IE and Firefox handle it very differently.
Thanks,
Dan