actually I have 2 diferent templates , each one have a lot of nodes, in one of this templates I need to call one node for the another template for use in a if comparation, it is possible ? I have to use xslt ? or can be javascript in the template?
How do you need to compare the nodes? Could you ellaborate a bit more? You can use JavaScript. When you say template I supose you're reffering to the templates section, right? These output regular HTML so you can include your JavaSript from an external source if you would like...
But try making a more thourough description of what it is you want to achieve. Then it will be easier to give you advise.
Nodes call from differents templates
Hi all !
actually I have 2 diferent templates , each one have a lot of nodes, in one of this templates I need to call one node for the another template for use in a if comparation, it is possible ? I have to use xslt ? or can be javascript in the template?
Hi Andres
How do you need to compare the nodes? Could you ellaborate a bit more? You can use JavaScript. When you say template I supose you're reffering to the templates section, right? These output regular HTML so you can include your JavaSript from an external source if you would like...
But try making a more thourough description of what it is you want to achieve. Then it will be easier to give you advise.
/Jan
I have 2 tree nodes each one have a differents templates:
1. Offers
2. Contact form
In contact form I need to call for use une activation node from Offers nodes ...
something like this
...
Here show nodes from contact form
about the JavaScript You have some example what I can use ?
someone to help me !!
is working on a reply...