Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. itnassol

    Focus and Text Boxes

    Thanks for that, i think i am being a bit dumb here, i have done that and it still does not work, let me tell you what i am doing in a little more detail. I have a framed page, the top frame is the textbox and the submit button, this simply takes the text and posts it to the DB. the bottom frame...
  2. itnassol

    Focus and Text Boxes

    Thanks for that, but it does not seem to be working, here is the code i am using, <body> <form action="<?php echo $editFormAction; ?>" method="POST" name="form1" class="style1"> <p> <input name="textfield" type="text" size="100" onload="window.document.form1.textfield.focus();"...
  3. itnassol

    Focus and Text Boxes

    Hi, I have a framed page with a text box in the top frame, the text box inserts a record in the database, then displays it on the bottom frame, whet i want to do is, after the insert force the focus back to the text box. ie user 1 enter data into the text box and clicks submit, the page stay...

Part and Inventory Search

Back
Top