John - you provide great answers.

Keep it up :)

-John

On Thu, Dec 22, 2011 at 10: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 BMC
> http://www.javasystemsolutions.com/jss/ssoplugin
>
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"
>



-- 
John David Sundberg
235 East 6th Street, Suite 400B
St. Paul, MN 55101
(651) 556-0930-work
(651) 247-6766-cell
(651) 695-8577-fax
john.sundb...@kineticdata.com

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

Reply via email to