window opening
-
Hi guys, I am thinking about how to implement if a user click on a link button out of three links to open a popup window and if a user click on a different link then close the existing popup window and reopen the popup with different contents in it. Can somebody provide me some examples. I know how to open a window but if somebody has any idea i shall appreciate. Thanks
-
Hi guys, I am thinking about how to implement if a user click on a link button out of three links to open a popup window and if a user click on a different link then close the existing popup window and reopen the popup with different contents in it. Can somebody provide me some examples. I know how to open a window but if somebody has any idea i shall appreciate. Thanks
You can use a variable in the Session object to store what the user choose in the popup. So, in the main page you check what the user chose (an example, a AJAX timer that checks the value of the variable in Session object) and open the appropriate popup. Or else, you can simulate a pop-up window by using DIV(s) and AJAX. Bye,
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it