R richelesro Member : 2003.5 BYM MSP Oct 28, 2003 #1 Whenever I visit the rotary forum I get a Javascript error saying that ';' is missing. It only happens in that one forum.
Whenever I visit the rotary forum I get a Javascript error saying that ';' is missing. It only happens in that one forum.
T t3ase Banned Contributor Oct 28, 2003 #2 IE Details: Line: 82 Char: 39 Error: Expected ';' Code: 0 URL: http://www.msprotege.com/vb230/forumdisplay.php?s=&forumid=126
IE Details: Line: 82 Char: 39 Error: Expected ';' Code: 0 URL: http://www.msprotege.com/vb230/forumdisplay.php?s=&forumid=126
R richelesro Member : 2003.5 BYM MSP Oct 28, 2003 #3 Here's the source of the problem: var source = 'Forum 126: Rotary Mazda's'; It should be: var source = 'Forum 126: Rotary Mazda\'s';
Here's the source of the problem: var source = 'Forum 126: Rotary Mazda's'; It should be: var source = 'Forum 126: Rotary Mazda\'s';
R richelesro Member : 2003.5 BYM MSP Oct 28, 2003 #5 Maybe remove the apostrophe from forum name? Shouldn't it read "Rotary Mazdas" anyway?