Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: thewebgeek
  • Content: Threads
  • Order by date
  1. thewebgeek

    ftp login form for Netscape 6 and IE5

    When logging into an ftp site, one usually puts their ID and password in the following format )minus the "/s" around the @ symbol): ftp://userID:password/@/myftpsite.com The way things are now, one has to go through a rather cumbersome login process in both Netscape and IE5. Users do...
  2. thewebgeek

    script not working in Netscape 6

    you click on &quot;Submit&quot; and it doesn't do anything. <script language-javascript> <!-- function enter() { user = document.frm.user.value; pass = document.frm.pwd.value; window.location =...
  3. thewebgeek

    why won't IE let me use my ftp login script?

    okay here is where I'm at presently. When a user logs in as anonymous, they are to enter &quot;anonymous&quot; in the user ID field, and their email address in the password field. However the &quot;@&quot; symbol in the email address seems to confuse IE, so I get an error message page. So then...
  4. thewebgeek

    my company wants a login page for o

    my company wants a login page for our ftp site. Some people will login as anonymous and use their email address as the password, and others will have an actual password that enables them to have more access than anonymous users. I have tried a login page that asks for the user ID and password...
  5. thewebgeek

    ftp login script

    my company wants a login page for our ftp site. Some people will login as anonymous and use their email address as the password, and others will have an actual password that enables them to have more access than anonymous users. I have tried a login page that asks for the user ID and password...
  6. thewebgeek

    FTP server login script

    Does anyone have a script that will prompt users for their ID and password, then submit the user Id and password in the following format: ftp://<userid>:<password>@mywebsite.com/ I would like the password to be hidden from view in the address window of the browser as well. Any ideas?

Part and Inventory Search

Back
Top