Page 1 of 1

Javascript + fire event

Posted: Wed May 23, 2007 4:53 am
by Mohit_Prog
Dear friend,

I want to do following with javascript.

in the onchange event of the textbox, a function will be called. upto this it is fine.

now in this function i want to fire onclick event of an Anchor tag ( <a href=''> ). manually.
i this mean function should fire onclick event of Anchor tag.

Please reply soon.

Thank you.

Posted: Wed May 23, 2007 6:41 am
by feyd
Can you post your code?