singhy Posted July 11, 2014 Share Posted July 11, 2014 Hi everyone As a new member I am impressed with the response and how helpful folk are, thanks in advance . I am trying to figure out if I can open a html modal window as soon as a link is clicked. e.g. web url link (click this modal window opens in the centre of screen with the results of the query) I don't want to show any info in the toolbar just results of the query ? can this be possible, an example would be handy to see the mechanics of it, are there any browser issues with this ? thanks again ...singhy Link to comment https://forums.phpfreaks.com/topic/289744-php-opening-modal-window-with-results~/ Share on other sites More sharing options...
maxxd Posted July 11, 2014 Share Posted July 11, 2014 You can do this using javascript, not php. <a href='#' onclick='alert("You clicked it!");'>click me</a> Link to comment https://forums.phpfreaks.com/topic/289744-php-opening-modal-window-with-results~/#findComment-1484694 Share on other sites More sharing options...
singhy Posted July 11, 2014 Author Share Posted July 11, 2014 hi maxxd thanks for the quick reply, will have a look at this, yes you are right its html modal window, singhy Link to comment https://forums.phpfreaks.com/topic/289744-php-opening-modal-window-with-results~/#findComment-1484698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.