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...
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="some website.php" method="post">
Where some website.php is the...
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
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')
}...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.