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!

Search results for query: *

  1. johnjsforum

    break or wrap words problem with HTML Div element

    Buddies, I have an asp.net page on which I use an HTML Div element to hold text words. The Div is has style attribute like style="overflow:auto; border: solid 1px #000000; width:350px; height:100px; word-break:break-all;" The "word-break" style just works with IE not FireFox because it is...
  2. johnjsforum

    Philosophy and methodology to make a web rich-text editor like yahoo e

    Buddies, I’d like to make a web rich-text editor (control) like yahoo email editor using JavaScript of C#. Rich-text I mean in that editor, users can color typed characters and the editor does not need to use HTML-markup-tag-instructed like [font color=red]<typed characters>[/font], or <font...
  3. johnjsforum

    Prevent the default page-refresh behavior of key F5 in IE and others

    Buddies, I want to prevent the default behavior of the F5 key for my web page in Internet Explorer and other browsers. Please give me some ideas to do that. By default, in the browsers, when users hit key F5 (on their keyboard), a web page will be reloaded or refreshed. I do not want such...
  4. johnjsforum

    DOM-dynamically-created HTML buttons and function argument passing pro

    Buddies, I have a web page to create HTML buttons dynamically as in the “formDivColorPicker” function //////////////////////////////////////////////////////////////////////////////////// version 1 : using global variables //////////////////////////////////////////////////////////////////...
  5. johnjsforum

    how to simulate javascript window.returnValue in non-IE browser like F

    Buddies, With IE, we can return a value from an opened child window to the parent window (opener) using the statement return window.returnValue; My question, how can I use the same javascript methodology in non-IE browser like FireFox? FireFox does not support window.returnValue so which is...

Part and Inventory Search

Back
Top