Question : Button control not clicking in some environments

This is a freak bug that I have no clue to figure out, so hopefully someone has some insight.  

I developed and released a data capture form and have gotten two users say that the Submit button is not clickable.  My whole team has used the form without any issue on PC / Mac, Firefox, IE and Safari.  No problems.  

BUT, when I was developing a few weeks back, I was seeing this issue.  The page would build just fine, but when I tried to use it (even in Development), the submit button didn't respond or take focus at all.  I thought it was a table cell issue, so I ended up creating a new page, which solved it for me, but apparently not for everyone.

All I can think of is that it's a MasterPage problem.  Because when I had the problem, my aspx page was as simple as a table, two text boxes and a button.  I've attached my MasterPage code.  Please help!  Thx

Justin

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="mpAdminNEWMENU.master.cs" Inherits="Admin_Pages_mpAdmin" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>SHM Group</title>
    <link href="<%=ResolveClientUrl("../css/SH_ContentStyle.css")%>" rel="stylesheet" type="text/css" />
</head>

<body>
    <form id="frmContent" runat="server">
    <center>
        <table style="width:995px;height:90px;margin-top:-8px; background: url('<%=ResolveClientUrl("~/images/bg_header.png")%>') no-repeat;" border="0">
            <tr>                
                <td style="width:75px;";>
                    &nbsp; &nbsp;
                    <a href="http://www.sh.com/"><img src="<%=ResolveClientUrl("~/images/bg_header_icon.png")%>" alt="Sh Logo" style="border-style:none; margin-top:-40px; margin-left:8px;"//></a>
                    
                    
                </td>
                <td style="width:30px;"></td>
                <td valign="top">
                <table border="0">
                    <tr valign="top">
                        <td style="font-size:8pt; color:ButtonShadow" align="Right">
                            &nbsp;
                        </td>
                    </tr>
                    <tr valign="top">
                        <td>
                        <asp:Menu ID="Menu1"  runat="server" BackColor="WHITE" Width="600" 
                                StaticHoverStyle-BackColor="BLUE" StaticHoverStyle-ForeColor="White" 
                                DynamicHoverStyle-BackColor="YELLOW" Font-Names="Verdana" ForeColor="#298DC8" 
                                Orientation="Horizontal" Font-Size=".9em" DynamicHorizontalOffset="2" 
                                StaticSubMenuIndent="10px" >
                            <StaticSelectedStyle BackColor="#24417A" />
                            <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
                            <DynamicHoverStyle BackColor="#24417A" ForeColor="White"></DynamicHoverStyle>

                            <DynamicMenuStyle BackColor="#F7F6F3" />
                            <DynamicSelectedStyle BackColor="#5D7B9D" />
                            <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />

                            <StaticHoverStyle BackColor="#298DC8" ForeColor="White"></StaticHoverStyle>
                            <Items>
                              
                              <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> JOBS &nbsp &nbsp;" Value="JOBS" NavigateUrl="~/Admin_Pages/Admin_Jobs.aspx">  
                                <asp:MenuItem Text="UPLOAD FORMS" NavigateUrl="FTPsongs.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="METADATA FROM COMPOSERS" NavigateUrl="Metadata.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="MUSIC SUBMISSIONS" NavigateUrl="SoundAlikes.aspx"></asp:MenuItem>
                              </asp:MenuItem>                                   

                              <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> USER ACCOUNTS &nbsp &nbsp;">
                                <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> USER ADMINISTRATION &nbsp &nbsp;" NavigateUrl="Administrator/UserAdministration.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> VIEW FTP INFO &nbsp &nbsp;" NavigateUrl="FTP_Users.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> NEW FTP USER REQUEST &nbsp &nbsp;" NavigateUrl="FTP_Request.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> NEW FTP FOLDER REQUEST &nbsp &nbsp;" NavigateUrl="FTP_AddFolder.aspx"></asp:MenuItem>       
                              </asp:MenuItem>
                              
                              <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> DOCS &nbsp &nbsp;" Value="Docs" NavigateUrl="shdocs.aspx"></asp:MenuItem>
                              <asp:MenuItem Text="&nbsp; <font color='black' size='4pt'>&nbsp;</font> SOLR &nbsp &nbsp;" Value="SOLR" NavigateUrl="~/Admin_Pages/solrdump.aspx"></asp:MenuItem>

                            </Items>                
                        </asp:Menu>
                        </td>
                    </tr>
                </table>
                </td>
            </tr>
        </table>


        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">       
        </asp:contentplaceholder>
        
        <br />
        <div id="footer">
        <hr style="width:980px; color:#A6A6A6; background-color:#A6A6A6; border-color:Silver; height:1px;"/>

        <asp:Menu ID="Menu2"  runat="server"  Font-Names="Arial, Helvetica" ForeColor="Black" Orientation="Horizontal" Font-Size="Smaller" >
            <Items>
            </Items>                
        </asp:Menu>


        </div>
        <br /><br />
        <a href="../Admin_Pages/Home.aspx">ADMIN</a> | <a href="../composer_pages/home.aspx">COMPOSERS</a> | <a href="../Client_Pages/Jobs.aspx">CLIENTS</a>
    </center>
    </form>

</body>
</html>

Answer : Button control not clicking in some environments

Random Solutions  
 
programming4us programming4us