Hi,
I am extracting 2 types of code from our project :-
<div id="selectMembershipTypeLink">
<a id="manageProgramForm:selectMembershipTypeLnk" class="iLoyalLink"
helpkey="SELECTTHEMEMBERSHIPTYPEFD" tabindex="4"
onfocus="setFocusComponent(this)" onclick="A4J.AJAX.Submit
('_viewRoot','manageProgramForm',event,{'parameters':
{'manageProgramForm:selectMembershipTypeLnk':'manageProgramForm:selectMembershipTypeLnk'},'actionUrl':'/
bmi/ManageProgram.faces','oncomplete':function(request,event,data)
{onAjaxComplete()}});return false;"
name="manageProgramForm:selectMembershipTypeLnk" href="#">Select the
Membership Type</a>
</div>
<div id="attachLink">
<a id="sendmembermsgForm:addLnk" class="iLoyalLink"
onclick="A4J.AJAX.Submit('_viewRoot','sendmembermsgForm',event,
{'parameters':
{'sendmembermsgForm:addLnk':'sendmembermsgForm:addLnk'},'actionUrl':'/
bmi/SendMessage.faces','oncomplete':function(request,event,data)
{onAjaxComplete()}});return false;" name="sendmembermsgForm:addLnk"
href="#">Attachments : </a>
</div>
The issue what we are facing is when we click on any of the link in
any of the above i.e either 'Select the Membership Type' or
'Attachments :', we are supposed to get a pop-up window .
But we are not getting the pop-up window. Need you help in solving
this issue ?
Answer to the Questions which you have asked
-------------------------------------------------
What is the error when you run the code? we are not getting any
error , only issue we are not able to invoke the alert or the dialog
window from the link.
Does it return an exception? No Exception are thrown
Does it just hang? The testcase runs but not getting the expected
result.
When done manually, are you clicking on the text 'Select the
Membership Type'? When done manually this window is coming without any
issue from the link. Through Watij when tried no response is
happening.