HI, i bet if you done it without the Golf picture over it, it would work.
The Applet worked grand as the page was loading, and then turned static once the golf banner appeared
Hi BPMan
Here is some code you could use :
<html>
<head>
<script>
function criteria()
{
if(criterion)
{
windowopen();
else
{
windowopentwo()
}
}
}
function windowopen()
{
window.open("http://somewebsite.com")
}
function windowopentwo()
{...
Also, the address provided
http://bravogolf.bravepages.com/keycodedmenu
Needs to be copied into a new window, as Bravenet does not allow linking from another site.....
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...
Hi JockM,
I work for AOL and your site looks the same in the AOL browser as it does in IE.
The same code can be used in IE as in AOL (5-7) as browser we integrate is IE
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')
}...
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.