Not sure that I've understand your question clearly.
-_-
how can i prompt 2nd window dialog from the 1st pop up window by javascript/asp.net?
Just as how you invoke the 1st pop up from your main page. Include the same
window.open() code within your popup page so it will open your 2nd popup page.
-_-
Member
375 Points
1033 Posts
2nd pop up window
Jun 02, 2012 02:26 PM|LINK
how can i prompt 2nd window dialog from the 1st pop up window by javascript/asp.net?
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: 2nd pop up window
Jun 02, 2012 02:54 PM|LINK
create a javascript function in main page which will window.open a popup and call that function from popup1 window.parent.fnOpenWindow();
-_-
Member
375 Points
1033 Posts
Re: 2nd pop up window
Jun 02, 2012 04:34 PM|LINK
sorry, any example coding for my reference?
Ruchira
All-Star
42975 Points
7025 Posts
MVP
Re: 2nd pop up window
Jun 03, 2012 12:07 PM|LINK
Hello,
Not sure that I've understand your question clearly.
Just as how you invoke the 1st pop up from your main page. Include the same window.open() code within your popup page so it will open your 2nd popup page.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.