I am trying to write a value into another page with the section of code below but I am getting an error in the Netscape 7 javascript console saying ' Error: document.getElementById("Title"
has no properties
It works ok in IE6 but not NS7
list += "<table width='100%' cellspacing='2' cellpadding='4' border='0' align=right>\n" + document.getElementById("Title"
.options(document.getElementById("Title"
.selectedIndex).text + "<br>";
Can someone please tell me what is wrong with the code
Thank You
It works ok in IE6 but not NS7
list += "<table width='100%' cellspacing='2' cellpadding='4' border='0' align=right>\n" + document.getElementById("Title"
Can someone please tell me what is wrong with the code
Thank You