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 dencom 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: *

  • Users: simonB2007
  • Content: Threads
  • Order by date
  1. simonB2007

    Concurrent HttpRequests

    K, So I want to place 2 HTTPRequests simultaneiously. Both will return recordsets from SQL Server. So far, I've created 2 seperate request objects, the first with a call that normally takes around 20 seconds, the second with a call that normally takes around 2 seconds. Using Firebug COnsole in...
  2. simonB2007

    Textarea onFocus ..... only fring on text, not textarea

    I'm creating a textarea on-the-fly, and setting the onfocus event to : function selTxt(){window.event.srcElement.select();} However, the event is only firing if the user sets the cursor on the text within the textarea, and not the whole text area itself. i.e. if the textarea is 20 chrs...
  3. simonB2007

    Firefox Hang on Successive Requests

    Looking for help with a scrip that works on IE, but suffers in Firefox. Running all locally for now. Each run of script makes multiple calls to "f_request" (consecutively) Always calls to same path, at this stage only 1 parameter in the send string changes each time. In Mozilla: On first cylce...

Part and Inventory Search

Back
Top