Manually coding a php file to pop-up with parameters passed.
-
I currently have a popup in javascript that is dynamic content depending on variables passed into a PHP file. This is only good for desktop use and not responsive. I would like a modal type window that does not open a new tab, but overlays and is responsive. Is it possible to use this plugin manually (like adding rel=”pop-up-maker”) to load this php file and pass the parameters?
Here is an example of the current code…..
What would the code look like in Pop up maker to accomplish this task?
<a href="openpopup('www.mysite.com/php/reviews100.php?Productnum=XXXXXX&MODEL=Product%20Name')">Click for Reviews</a>
- The topic ‘Manually coding a php file to pop-up with parameters passed.’ is closed to new replies.