how to keep the popup window open

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
jogen143
Forum Newbie
Posts: 15
Joined: Tue Mar 25, 2003 2:51 am

how to keep the popup window open

Post by jogen143 »

Hi guys

I have a problem in javascript popup.

I have 5 <a href> link1 </a> which has to be display different data in the same popup window when clicked on the link. 5 links passes 5 different values to the popup window and display data according to the value received. The popup is a .php file. Upto this point it all works fine, when i click the first link the popup pops with the correct detail. But when i click the second link it show the correct detail but the popup window get minimized and the user has to maximize it to see the data.

Heres what i want to do, I need to keep the popup window open when user clicks all 5 links and data to show on the same popup.

can anyone help.

thanks in advance
hv a nice day guys
Post Reply