Hi,

I have a frameset page named FramePageA which calls another frameset page on a hyperlink click named FramePageB. Now this FramePageB is a page which has got login authentication which pops up everytime it doesnt finds the user.

If I run this page in a pure Asp.Net environment then this page will bring up the pop up on clicking the link named 'Show Details' for FramePageB.aspx .

But I have another ASP...