We are currently on 7.6.04 ar server and mid-tier.
We have not done any modifications to the base forms.   This is
basically a new install on a development network in preparation to
upgrade our production server.

On Dec 22, 11:04 am, John Baker <jba...@javasystemsolutions.com>
wrote:
> Hello
>
> You'd need to tell us which version of MT you are using but I'm
> surprised the login page contains a javascript error. I've checked a
> copy of 7.5 and the error is probably coming from login_common.jsp,
> because there is no JS on line 213 in login.jsp.
>
> However, there is also nothing on line 213 of login_common.jsp, but that
> may be IE lieing about the line number (it used to get it wrong by 1).
>
> So line 212 is as follows:
>
> this.document.loginForm.auth.onkeypass= doSubmit;
>
> which suggest the auth field has disappeared from your login form. If
> you removed it, stick an if statement around the above:
>
> if (this.document.loginForm.auth!=null)
>
> If this isn't correct, paste the lines around 213 in both JSPs.
>
> John
> --
> SSO Plugin for BMChttp://www.javasystemsolutions.com/jss/ssoplugin
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> attend wwrug12www.wwrug12.comARSList: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to