In the main document there is only plain vanilla HTML code at that line
------------
      ...
<tr><td><div class="Selection"><table width="100%" border="0" cellpadding="1" cellspacing="0">
      ...
------------
so I guess, that's not the culprit.

The page references four other .js files:

One in the header:
<script language="Javascript" src="/console/js/forms.js" type="text/javascript"></script>
That file is only 33 lines long, so no suspicious line 82, either.

And three more in the body (starting at line 658):
<script type='text/javascript' src='/console/portal/../dwr/interface/Jsr77Stats.js'></script> <script type='text/javascript' src='/console/portal/../dwr/engine.js'></script> <script type='text/javascript' src='/console/portal/../dwr/util.js'></script>

In all three of these (generated from the same style-sheet or code?) line 82 reads ('>>' added by me to mark line 82):
------------
      ...
                  <script>
                if (document.cookie == "") {
document.writeln('<font color="red"><strong>Note: Logging onto the Geronimo Console requires cookies to be enabled in your web browser.</strong></font><br>');
                  }
                  </script>
      ...
------------
Beats me why IE7 doesn't like that. I don't see anything fishy here - maybe you ?

Michael



"Aaron Mulder" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Can you find out what's at line 82?

Thanks,
      Aaron

On 11/10/06, Michael Moser <[EMAIL PROTECTED]> wrote:
Downloaded and installed geronimo 1.1.1 to WinXP box.
Start & login as system/manager and click on the "Information" link on
left side tree-view.

I always get a JavaScript error reading:
"Wrong number of parameters, 1 expected
line 82, column: 0"

Yes, I admit, this is using Internet Explorer (V7) - with Firefox there
is no such error...

Michael






Reply via email to