Krash Posted June 14, 2010 Share Posted June 14, 2010 Not sure how to ask this, but is it possible to open a popup window using a php script, from a url posted on a board? IOW, I'd like to be able to include a link here in this post that would load a flash player into a popup, rather than into a full window. Link to comment https://forums.phpfreaks.com/topic/204696-popup-window-from-link/ Share on other sites More sharing options...
JasonLewis Posted June 14, 2010 Share Posted June 14, 2010 PHP runs server-side, not client-side. You can create a link with PHP, then use JavaScript to attach an onclick event handler to it and when it's clicked open up the pop-up. Link to comment https://forums.phpfreaks.com/topic/204696-popup-window-from-link/#findComment-1071680 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.