Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 v3.3 BUG+FIXED: Go button on members page.
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Nathan
Help Moderator

USA
7664 Posts

Posted - 04 February 2002 :  14:18:26  Show Profile  Visit Nathan's Homepage
This might have already been fixed, but my search turned up nill.

The "go" button in the search function of members.asp shows up as a graphics button even if graphics buttons are turned off in the forum config.

lines 279-281 of members.asp are:
  <td bgcolor="<% =strPopUpTableColor %>">
<INPUT src=<%=strImageURL %>button_go.gif alt="Quick Search" type="image" value="search" id=submit1 name=submit1 border=0 width="40" height="25">
</td>


The should be
<%
response.write "<td bgcolor=""" & strPopUpTableColor & """>"
if strGfxButtons <> "0" then
response.write "<INPUT src=" & strImageURL & "button_go.gif alt=""Quick Search"" type=""image"" value=""search"" id=""submit1"" name=""submit1"" border=""0"" width=""40"" height=""25"">"
else
response.wirite "<INPUT type=""submit"" alt=""Quick Search"" value=""search"" id=""submit1"" name=""submit1"">
end if
response.write "</td>"
%>


 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource


Change topic title...

Edited by - Davio on 04 February 2002 14:34:33

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 February 2002 :  14:31:13  Show Profile
Has already been fixed in the 3.4 version.

Closing...

- David
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07