Hi VegeJuice,
There are two solutions:
1. JQuery
<div id="stuff-from-other-side"></div>
<script>
$.get("<%inf_custom_variant_current_page_url%>", function(data){
$("#stuff-from-other-side").append(data);
});
</script>
2. Server side include that runs onced published to the web server
ASP Code:
<div id="stuff-from-other-side">
<!--#include file="<%inf_custom_variant_current_page_url%>"-->
</div>
Please note that <%inf_custom_variant_current_page_url%> is an info
placeholder with setting of current page url and project variant of
custom.
-Jian
On Nov 20, 10:14 pm, VegeJuice <[email protected]> wrote:
> I have a page that uses a default and a custom variant. I need to include
> (embed) the content of the custom variant into the default variant. Any
> ideas?
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.