How do I structure HTML....
How do I structure HTML....
how do I structure HTML commands in a website to pass control to coreftp and to pass passwords and userids at the same time? Website has to be a secure site. HIPAA compliant.
You can't "pass control" to anything explicitly through a website. All you do is give links, and the client computers handle them with whatever application is setup to handle them. If a client has Core FTP installed, and they tell it to handle FTP links, and they click on an FTP link, then Core FTP gets launched to handle it.
Your question really isn't meant for the Core FTP forum. If you want help on how to create a link go to http://www.w3schools.com and look at the <a> tag.
Your question really isn't meant for the Core FTP forum. If you want help on how to create a link go to http://www.w3schools.com and look at the <a> tag.