Click here to Skip to main content
15,905,566 members

Comments by deaddog4201 (Top 2 by date)

deaddog4201 15-Nov-10 17:48pm View    
I have tried Id and name neither work. The reason I used "Textbox" as the type filed if you look at the source for the page below that is the type name of the field im trying to input.

[code]
<TD id="TD25" width="180">
<input class="textbox_medium" tabIndex="2" maxLength="9" name="txtTicketNo" size="15" type="TextBox" id="txtTicketNo"></input>
[/code[
deaddog4201 15-Nov-10 11:49am View    
Sorry I removed portions I hope are irrelevant to finding an answer. And as I stated above there are no errors. The page loads, it logs in, page load completes and nothing gets filled into the "txtTicketNo" box I am trying to populate.