Click to See Complete Forum and Search --> : can I dock one popup window on top of another


suganya
11-14-2003, 09:48 AM
How can I dock one popup window on top of another?

i want to have exactly this kind of a feel when the user is using this function...
visit http://www.vanguard.com/VGApp/hnw/PersonalHome -
1. select "move assets to Vanguard" link
2. a popup will openup - select "start now" radio button and click on Start button below...

it takes the user step by step like a wizard...how do i get something like this...can this be done with just popups/modal dialogs...

appreciate any help...
thanks much
suganya

96turnerri
11-14-2003, 11:01 AM
yes what you need to do easiest would be to make all the pages you want with next buttons on them which take you to the next page, what sorta thing is it for?

suganya
11-14-2003, 11:40 AM
Thanks for ur response...

ok....what basically is i am trying to develope are a set of pages that takes the user step by step like a wizard asking yes or no type of questions and based on their answers build information for the final submission of page...

i have tried to explain with few words - hope i am clear...

thanks
suganya

96turnerri
11-14-2003, 12:00 PM
what technologies do you have available?, just html and js, or do you have ssl like php and asp?

because if its html not sure if this will work ill try it tho, page 1 = y or n question onlick to go to page to set to cookie, page 2 y or n question onlcick add to cookie, page x read cookie

if you have ssl i woudl personally go with that and post in the php forum