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

  • Users: nannu
  • Order by date
  1. nannu

    Event Handlers : onMouseOut, onMouseOver

    Hi, here is the code for your problem. It works fine in both IE and Netscape. <TR> <Script Language=&quot;JavaScript&quot;> <!-- if (navigator.appName == &quot;Netscape&quot;) { document.write('<TD><Layer OnMouseover=&quot;this.bgColor=\'#ccFFcc\'&quot...
  2. nannu

    drop down menu layered behind the text area

    already the menu has the highest z-index, any other ideas.. please
  3. nannu

    drop down menu layered behind the text area

    Hi, I have a header file, which is a drop down menu, the body of the file has text area, and text box, but the menu is layered behind the text area. Is there any way, that the textarea can be put behind the menu. thanks in advance -nannu
  4. nannu

    how could I get the date in &quot;mm/dd/yy&quot; format using getdate() function

    select convert(dateTime,convert(char(20),getdate(),101))<br><br>solves the problem of elimating the time, that is it sets the hh:mm:ss to 00:00:00.<br>It works fine
  5. nannu

    how could I get the date in &quot;mm/dd/yy&quot; format using getdate() function

    In SQL 7.0: <br>I am retrieving last 10 records from the database, where the condition is based on the date column, which is generated by using the getdate() function. The particulat field is defined in the database as datetime(), since the getdate() get the timestamp with it, I could not...

Part and Inventory Search

Back
Top