when i click on a link on my page i want a pop-up for login...now when i give the login details i want another pop-up to open similar to previous one and ask me choice....after this when i click on this pop-up i want my results only in a fresh page...
currently i have a script where when i click the first pop-up the results get published in a new page with choices above it....
pop up issue
Moderator: General Moderators
-
indian98476
- Forum Commoner
- Posts: 78
- Joined: Tue Dec 15, 2009 3:24 am
Re: pop up issue
now i have used iframes and sorted out the pop thing....but now how do i get my results displayed outside of iframe?
-
indian98476
- Forum Commoner
- Posts: 78
- Joined: Tue Dec 15, 2009 3:24 am
Re: pop up issue
the results should be in a new window....but the select choice as now should remain in the iframe...so ones a user selects his choice it should go out of iframe into anew window and display results....
-
indian98476
- Forum Commoner
- Posts: 78
- Joined: Tue Dec 15, 2009 3:24 am
Re: pop up issue
use an iframe breaker...call a function on click of second iframe button...and voila! u get ur results in another page.....