Print Page | Close Window

Minor Bug In 7.5

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6164
Printed Date: 03 April 2026 at 11:38am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Minor Bug In 7.5
Posted By: b_bonnett
Subject: Minor Bug In 7.5
Date Posted: 04 October 2003 at 8:13pm

If you have the security code turned off for login and then try to use the Quick Login, you get a Javascript error reading "document.frmLogin.SecurityCode is null or not an object", since the javascript is still trying to place focus on the security code box.

To fix it, open login_user.asp, go to line 414, and change it from

<script>document.frmLogin.<% If Request.Form("QUIK") Then Response.Write("securityCode") Else Response.Write("name") %>.focus()</script>
to
<script>document.frmLogin.<% If Request.Form("QUIK") And blnLongSecurityCode Then Response.Write("securityCode") Else Response.Write("name") %>.focus()</script>
.

Blair



-------------
Webmaster, http://www.planegallery.net/ - The Plane Gallery
Greetings From Christchurch



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net