CHtml:link after ajax.

Hello,

In my form page:I have :

1-some fields.


2-Chtml:link(open another window "target_blank")  , nothing to do with the form itself.


3-"ajaxSubmitButton".

When I click the CHTml:link after I already submitted some data, it opens MANY new windows instead of just one!

The number of windows is equal to number of times I submitted data.

Why?

Thank you

Try giving unique ID to both link and ajaxSubmit button

No still not working! I have tried this already.