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 Quote Link to comment 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> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.