Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: making a small text editor(supporting unicode)


Message #1 by "payam." <torkian@c...> on Fri, 21 Feb 2003 19:58:43 +0330 (IRT)
> before now I used frontpage to convert pertion(my native 
> lan.) to unicode.

	What is this language?

> but I now need a small editor to do this (I'll explain what 
> ...) and then
> pass it to my server by submtting the form:
> 
> let me explain a little:
> -I don't wany the user to change his/her keyboard language. I 
> think this
> will force me to define maybe 200 or more conditions(if 
> else).E.g if he
> typed "j" the textarea should show the letter with the code &#1578; in
> unicode and so on........

	Actually, using system-level software keyboard is the best approach.
I don't know what pertion is, so I might have misunderstood your problem.

	So, what would you like to do exactly?

> -also I want the user to be able to use some(just some) of 
> the HTML tags
> like <br> or <font> or <b>. and just se the results in the 
> textarea(not the tags).

	I don't see what you mean or what problem you've got regarding tags.
Maybe you need to give us an example or testing-bed.

> I'm sorry if I bothered you
> I think I wrote more than usuall.
> I would thank you if you could help me,lead me to any 
> reference,remind me
> any notes,suggest me anything you would think or anything.
> 
> thanks alot,
> payam
> 

  Return to Index