Thread: Help!
View Single Post
Old 11-04-2004, 09:23 AM   #2 (permalink)
kaeli69
Registered User
 
kaeli69's Avatar
 
Join Date: Apr 2003
Posts: 30
kaeli69 is an unknown quantity at this point
Quote:
Originally Posted by falsepride
can anyone help me with the error in this script? i posted all of the parts that are needed bellow.
<script type="Javascript">
function toggle(objid){
var obj = document.getElementById(objid);
if (obj.style.display == "none") {
ogj.style.display="";
Is that a typo?
You have ogj instead of obj.

Also, the next time you ask for help with an error, it helps to post what the error is.
kaeli69 is offline   Reply With Quote