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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ace21

  1. ace21

    enter key submit

    Can someone explain to me why the enter key will work on this one with an extra text box and not the second one. ----enter key from text box will work <form name=form1 action=whocares method=post> <Table width=100% border=0 cellpadding=3> <TR> <TD align=center><B>Search by Keyword(s): <input...
  2. ace21

    File Printing

    I would like to create a link that when clicked would print a document from a location (straight from the file not by opening the document in a page and then printing it). Is this even possible in Javascript? If not, how can I tell when a frame has finished loading a document? This meaning...
  3. ace21

    focus on a element

    I am trying to get the focus on an object if a condition occurs. Here is the code I am using. It will get the element.value right, but it doesn't focus on the element once the function exits. function trigger(type,trigger,message, element) { switch (type) { case &quot;number&quot;: if...
  4. ace21

    knowing elements

    If you call an OnClick how can you tell the name of the element passed to it. I don't know the name of the element because it is generated in a loop. So is there way to pass the element like there is to pass which form. this.form Ace21

Part and Inventory Search

Back
Top