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 brynjan

  1. brynjan

    javascript, help please IE vs. Netscape

    Does anyone have the solution on this problem? it is soposed to be <b> tags around a marked selection in a textfield but it won't work in Netscape 4.7 but in explorer. <FORM NAME=&quot;myForm&quot;> <TEXTAREA NAME=&quot;myArea&quot; COLS=&quot;40&quot; ROWS=&quot;4&quot;></TEXTAREA> <input...
  2. brynjan

    How to schange marked text in a textfield vith a form button

    thx tuz have written this but it wont work, what have i done wrong <SCRIPT LANGUAGE=&quot;JavaScrippt&quot;> function boldit() { sel=document.selection range=sel.createRange() thetext=range.text if (thetext.length) { range.text=&quot;<b>&quot;+thetext+&quot;</b>&quot; } }...
  3. brynjan

    How to schange marked text in a textfield vith a form button

    I have made a textfield that submit html to a db site and now i want to make it possible to change the text that is typed with a form button. Ex. text written in the textfield: Hi my name is johan after this you should beenabel to mark johan with the mouse and press a form button and then the...
  4. brynjan

    I am working on a form and wont to edit a word in a textfield

    Supose that i want to write a few words in bold mode, then i want to have the posibillity to move over a word with the mose an mark it in the textfield, and when I push a button that word will have a <b> </b> auround it.
  5. brynjan

    I am working on a form and wont to edit a word in a textfield

    I will make a form that sends html and want to heighlight a word so i can put som tags to it when i submit the content. Does anyone have a tip?

Part and Inventory Search

Back
Top