Let's see if I can state this clearly:
The simple question is, can you define what page is opened through the wrapper using the URL? Is there a way to call google.com through a wrapper, for instance, without creating a wrapper menu item? I'm totally making this up, but perhaps
www.domain.com/index.php?option=com_wrap...ttp://www.google.com
.
I need this because I want to send my customers "customized" links that open in a wrapper. Specifically, I need to open a variable-passing PHP file in a wrapper (
www.domain.com/form.php?email=customer@otherdomain.com
, for instance). Is this possible? Would there be any other way to pass a variable into a PHP file in a wrapper?
I hope that made sense, and I thank you very much for any help you can offer!