Javascript + fire event

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mohit_Prog
Forum Commoner
Posts: 26
Joined: Mon Apr 23, 2007 6:10 am

Javascript + fire event

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Can you post your code?
Post Reply