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 Wanet Telecoms Ltd 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: Tiono
  • Content: Threads
  • Order by date
  1. Tiono

    error when call deleteContents() method of range object

    anybody know why if I call deleteContents() in below code, it will have error msg "object doesn't support this property or method" ??? function do_header() { DHTMLSafe.focus(); var txt = "" + DHTMLSafe.DOM.selection.createRange().htmlText + ""; var range =...
  2. Tiono

    Need help with textRange.pasteHTML

    Hi, i have a problem to modify html text. i need to insert a tag in a textarea. if user has select some text, then the tag must place at start of the 1st html tag before the text selected and the must place in the last HTML tag. e.g : if user select "this is a trial text" which HTML source...
  3. Tiono

    HELPPP. Add item to 2 dimension array with #ArrayAppend#

    <cfset arrMonthly = arrayNew(2)> <cfset arrWeekly = arrayNew(2)> <cfloop query="qAbsen"> <cfif qAbsen.absentPeriodType eq "W"> #ArrayAppend(arrWeekly, week(absentDate))# <cfif qabsen.absentControl eq "N"> #ArrayAppend(arrWeekly, "a")# <cfelseif qabsen.absentControl eq "v" and...
  4. Tiono

    Multibyte character like chinese word in flash

    Anyone know how to display chinese character in flash? I've set my windows default language to traditional chinese, I can display n type chinese character in microsoft word, notepad, but I can't do that in Flash. Anyone can help?????? Thanx a lot Tiono

Part and Inventory Search

Back
Top