Click here to Skip to main content
15,886,688 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a listview..In this listview a link will get attached...

When I click that link the popup will display bind with student details.

If the popup contains only 2 or <10 details it display correctly....

Else the list contains more details the popup get hide below the browser.....


What will be the solution?




Can anyone help me........
Posted
Comments
Sandeep Mewara 7-May-12 10:16am    
Where are you stuck? Did you try anything?
bbirajdar 7-May-12 10:17am    
Reason for my vote of 1
Incomplete
Dhanamanikandan 7-May-12 10:21am    
Plz share ur code

1 solution

You just need to add a focus at the end of the script where you are calling the popup.

JavaScript
var checkWinFocus = setInterval(function(){popupWindow.focus();}, 200);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900