My login html (full html below) has a submit button that looks like the following:

 

                        <td colspan="4" align="center"><input class="view_search_box" type="submit" value="Login"/></td>

 

My clickbutton code looks like:

 

                    <clickButton description="Submit the login form" name="??????????" />

 

I don’t know what to put for name.  I’ve tried “Login” but says “No button found”.   Any way out other than to contact the developers of the website and ask them to put in a name attribute for the form?

 

Thanks,
Sanju.

 

*******************************************************************************************************

 

<form method="post" action="" name="login">

            <br><br><br><br><br>

            <div align="center">

            <table border="0" cellpadding="11" cellspacing="3" bgcolor="#ffffff">

            <tr><td align="center"><img src="">

            <tr><td align="center"><span class="large-text"></span></td></tr>

            <tr><td>

            <table border="0" cellpadding="5" cellspacing="0" bgcolor="#831526">

                        <tr><td colspan="4">&nbsp;</td></tr>

                        <tr>

                                    <td>&nbsp;</td>

                                    <td align="center" class="view_detail_header">Username</td>

                                    <td align="center" class="view_detail_header">Password</td>

                                    <td>&nbsp;</td>

                        </tr>

 

                        <tr>

                                    <td>&nbsp;</td>

                                    <td align="center" class="view_detail_data">

                                               

                                                <input

                                                            name="userName"

                                                            type="text"

                                                            width="20"

                                                            size="20"

                                                            value=""/>

                                               

                                                <br/>

                                    </td>

                                    <td align="center" class="view_detail_data">

                                               

                                                <input

                                                            name="password"

                                                            type="password"

                                                            width="20"

                                                            size="20"/>

                                               

                                                <br/>

                                    </td>

                                    <td>&nbsp;</td>

                        </tr>

 

                       

 

                        <tr>

                                    <td colspan="4" align="center"><input class="view_search_box" type="submit" value="Login"/></td>

                        </tr>

            </table>

            </td></tr>

            </table>

            </div>

            </form>


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006

Reply via email to