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 Mike Lewis 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. 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
  16. debrac

    how to update fields so if a user can delete the text in field?

    thanks, but what if u dont know if the value will be null/empty? the user can change the text field or i want them to be able to delete the text field.
  17. debrac

    how to update fields so if a user can delete the text in field?

    I have a form, and a user should be able to edit records, and if they want to delete a field, (not an entire record) they can. why doesnt an update of a recordset accept empty strings? thanks.
  18. debrac

    how can i make a list menu in html, that choses which flash to play?

    how can i make a list menu in html and javascript, that choses which flash movie to play on the same html page?
  19. debrac

    how can i make a list menu in html, that choses which flash to play?

    how can i make a list menu in html, that choses which flash to play on the same html page? thanks.
  20. debrac

    trying to replace line breaks....

    I am trying to replace line breaks in a memo field from an Access database. How can i read the line breaks in a memo field? Why doesnt this code work? <%= rstSearch2.Fields(&quot;subtitle&quot;).Value %><br> <%= Replace(rstSearch2.Fields(&quot;text&quot;).Value, vbCrLf...

Part and Inventory Search

Back
Top