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 strongm 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. chakuli

    Build this query guys(Its a tough one)

    Say the table "TblTest" contains a single column with the following data (3,6,4,8,32,26). Write an SQL statement to display the data in the following format col1 col2 ---- ----- 3 6 6 4 4 8 8 32 32 26 No Ordering of data allowed. Goes without saying NO CURSORS.
  2. chakuli

    how to use Sendkey in Javascript

    Can somebody please tell me how to incorporate Sendkey in Javasript. I have a confirm dialog box on the screen and if the user does not respond in a said time I want to use send key and cause the cancel button to be clicked instead. Thankx and regards
  3. chakuli

    Netscape format for "getElementsByTagName"

    Hi Can someone suggest a Netscape equivalent of the following statement " window.document.getElementsByTagName("HTML"); " Details :- I have an application form i.e. Insurance Application. For every user who fill up the form I want to store the page as a text file for...

Part and Inventory Search

Back
Top