Web Hosting Talk







View Full Version : Help


GSM
12-26-2001, 11:56 AM
I sure that I am not supposed to post this question here (moderators: if you think you do not want this post here fell free to deleted it)
but I do not know where I should go get help about this
here is my question
any one here can do this:
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
I want to add

onkeyup="telexingVietUC(this,event);"

to the line of code above!
anyone have any Idea how to concatenated
2 ONKEYUP together???

your help is apprecieated


:) :)

priyadi
12-26-2001, 01:24 PM
I'm no expert in Javascript, but try this:


onkeyup="storeCaret(this); telexingVietUC(this,event);"

GSM
12-26-2001, 03:49 PM
Originally posted by priyadi
I'm no expert in Javascript, but try this:


onkeyup="storeCaret(this); telexingVietUC(this,event);"

I tried it but not working!
anyone here know where I can get help for javascript?
thanks

DomiNET.net
12-26-2001, 03:53 PM
you can send me a pm with the complete code and ill figure it out..but it should work in the way priyadi said.

try this.event instead of this,event