Riparian Posted September 8, 2014 Share Posted September 8, 2014 Scenario : I would like to open the main program window and at the same time, if a condition is met, open a second - popup window to alert the user of previous information stored in the database. This is an easy exercise if I use a hyperlink to open th second (popup) window but this is not the process required . Can someone point me in the right direction ? Cheers and thanks Link to comment https://forums.phpfreaks.com/topic/290932-open-main-window-and-then-a-second-window-after-data-check/ Share on other sites More sharing options...
jcbones Posted September 9, 2014 Share Posted September 9, 2014 Opening windows is client side, which would be javascript. You could use css to raise a <div>, and achieve the same results. Link to comment https://forums.phpfreaks.com/topic/290932-open-main-window-and-then-a-second-window-after-data-check/#findComment-1490400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.