pop up issue

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
indian98476
Forum Commoner
Posts: 78
Joined: Tue Dec 15, 2009 3:24 am

pop up issue

Post by indian98476 »

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....
indian98476
Forum Commoner
Posts: 78
Joined: Tue Dec 15, 2009 3:24 am

Re: pop up issue

Post by indian98476 »

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

Post by indian98476 »

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

Post by indian98476 »

use an iframe breaker...call a function on click of second iframe button...and voila! u get ur results in another page.....
Post Reply