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 bkrike 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: debrac
  • Content: Threads
  • Order by date
  1. 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.
  2. 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.
  3. 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
  4. 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,
  5. 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
  6. 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....
  7. 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
  8. 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
  9. 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.
  10. 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?
  11. 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.
  12. 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...
  13. debrac

    how do i call a field of a form on the current page, within ASP code?

    how do i call a field of a form on the current page, within ASP code? eg. <% sqlstring = &quot;SELECT DISTINCT interest FROM main WHERE (interest Is Not Null AND type = &quot; & [field on form] & &quot;) ORDER BY main.interest;&quot; thanks.
  14. debrac

    how can i make a link in an email, into a popup window of fixed size?

    is it possible to make a link in an email, into a popup window of fixed size? thanks.
  15. debrac

    window.back doesnt work in netscape 6. any alternatives?

    window.back() and window.history.back() do not work in netscape 6. Anyone have any suggestions for what does work for a back button on a top frame in netscape 6?
  16. debrac

    how do i remove this small box that appears under an image (Netscape)?

    how do i remove this small box that appears under an image that has a style attached? The style is a gray border. Only happens in Netscape 4.5.
  17. debrac

    im trying to close a popup window after sending a form to email

    why doesnt the following code work? im trying to close a popup window after sending a form to email. <form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;mailto:test@test.com&quot; onSubmit=&quot;window.close()&quot; enctype=&quot;text/plain&quot; >
  18. debrac

    how to prevent lines from appearing after clicking a hotspot

    how can i prevent the lines of a hotspot from appearing after clicking a hotspot? thanks
  19. debrac

    going back to previous page

    how can a user when they press a button go back to the previous page, and dont know the url?
  20. debrac

    how do i close a frame named &quot;top&quot;, and make the &quot;main&quot; fram

    how do i close a frame named &quot;top&quot;, and make the &quot;main&quot; frame appear in the whole page (without knowing the url/source of the main frame) ?

Part and Inventory Search

Back
Top