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 bkrike 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: CuriousGuy
  • Content: Threads
  • Order by date
  1. CuriousGuy

    HomePage Function and 'what.keyCode'

    Hi, I have a small window that has four prompts : Set page as Homepage Set BookMark Do both of the above Neither/None In which case, Neither, would close the window. And 'Both' would launch a funtion where in an if loop, does both the homepage and bookmark function. Now all the...
  2. CuriousGuy

    Password Protection

    Hi guys, I have site that needs to be password protected before accesing a particluar link. I have most of it figured, and the forms all written, but there is a section im really stuck on : <form action=&quot;some website.php&quot; method=&quot;post&quot;> Where some website.php is the...
  3. CuriousGuy

    Password protect a site

    I have a website within a three frame layout, and one of the windows needs to be password protected. How do i set the password, and prompt the user to enter it prior to accessing the site? Any help at all will be much appreciated
  4. CuriousGuy

    &lt;b&gt; Key Codes...

    IN the article : thread216-417208 is a method for detecting if the user presses the enter key, as in the code below : <script> function checkKey(what){ what=window.event; if (what.keyCode==13){alert('You pressed Enter!')} else alert('Not the right password') }...
  5. CuriousGuy

    Calculator

    Hi, im creating a calculator for a website, where one enters the amount for mortgage, adds the amount of years for the duration of monthly payments, and also enters the rate of interest. The calculator then calculates over the set amount of years (say 20), the amount that they will have to pay...

Part and Inventory Search

Back
Top