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 TouchToneTommy 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 debrac

  1. debrac

    stopping a key from being pressed

    thanks, it works.
  2. debrac

    how to apply javascript to stylesheets?

    is there a way to apply a line of javascript to CSS style sheet class? ie. i want to put this line of code: onFocus="this.select();" to all input text boxes. thanks.
  3. debrac

    stopping a key from being pressed

    How do i stop a key from being pressed? i can capture the event of the key being pressed on a list box or text field, but then how do i stop it from carrying out.
  4. debrac

    how to highlight whole text in text box when using mouse to enter it?

    how do i highlight the whole text in text box when using the mouse to enter the text box at any point of the text? thanks
  5. debrac

    is there any way to overwrite the delete key on list boxes?

    does the code above also cover IE6 ? thanks for your help.
  6. debrac

    is there any way to overwrite the delete key on list boxes?

    what about with dhtml or html? for all my list menus, i want to override the delete key, so that when it is pressed, it wont go back a page. is there another way to do it? thanks
  7. debrac

    is there any way to overwrite the delete key on list boxes?

    i was talking about list menus in forms. and overriding the delete key pressed, on it.
  8. debrac

    is there any way to overwrite the delete key on list boxes?

    is there any way to overwrite the delete key on list boxes? as when a user presses delete on a list box, it goes to the previous page. thanks,
  9. debrac

    format currency in asp version 2 ?

    the vb function format currency does not work in asp version 2, as it displays an 'x' as a dollar sign. what else can i use instead? (on NT4) thanks
  10. debrac

    how to reference document html title in netscape 4.5 / 4.7 ?

    how can i reference document html title in netscape 4.5 / 4.7 with javascript? document.title, self.title, window.title, window.document.title - all do NOT work....
  11. debrac

    how to reference document html title in netscape 4.5 / 4.7?

    how can i reference document html title in netscape 4.5 / 4.7? thanks
  12. debrac

    ASP File Upload

    George, (shaddow) where does your asp code (for uploading files) save the files?
  13. debrac

    ASP File Upload

    hi, Could you please also email me the code you found for chosing and uploading a file by ASP? email: debra_a_c@yahoo.com thanks Debra email : debra_a_c@yahoo.com
  14. debrac

    how to set null value to a text area?

    that does not work. any other ideas?
  15. debrac

    how to set null value to a text area?

    how can i set a null value or empty string to a memo field (text area)in a recordset, using vb? this does not work: fld.value= Null thanks

Part and Inventory Search

Back
Top