C
Cheryl
I did what was suggested about making the left border not hidden and I was
able to put in the drop down menu just fine. However; I am still getting the
error message
Line 201
Error 9
Error document.menuform.elements.0' is null or not an object
Code 0
My form directs the links to the pages within my entire web. See an example
here line 0 and line 1. What is the problem?
<p align="center"><script language="JavaScript"><!--
function goto_page() {
if (document.menuform.elements[0].selectedIndex == 0)
window.parent.self.status=" Goes Nowhere";
else if (document.menuform.elements[0].selectedIndex == 1)
window.open("august.htm", target="_top");
able to put in the drop down menu just fine. However; I am still getting the
error message
Line 201
Error 9
Error document.menuform.elements.0' is null or not an object
Code 0
My form directs the links to the pages within my entire web. See an example
here line 0 and line 1. What is the problem?
<p align="center"><script language="JavaScript"><!--
function goto_page() {
if (document.menuform.elements[0].selectedIndex == 0)
window.parent.self.status=" Goes Nowhere";
else if (document.menuform.elements[0].selectedIndex == 1)
window.open("august.htm", target="_top");