[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
change of URL works sometimes
I have been working on a page where clicking on a form button updates the
URL of the current window. For some reason this works sometimes, and other
times does not. I really have a 50% chance of it working. Any ideas??? (see
code below):
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function LoadMain()
{
document.location.href = "main.html";
}
</script>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#D44B12">
<FORM>
<INPUT TYPE="button" NAME="portal" VALUE="Click to enter the site"
ONCLICK="LoadMain()">
</FORM>
</BODY>
Luke
+------
| Luke Cassady-Dorion
| Odyssey Sytems Corporation --> luke@iliad.com
http://www.iliad.com
Philadelphia Java User's Group
PhillyJUG@iliad.com (use subscribe as the subject)
"So little to do, so much time"
-- Willie Wonka