On the front page, i have a column that shows three employees:
http://brockstedt.net.dynamicweb.dk/en-US/Forside.aspx
Each empolyee has a link that should show the product/emplyee in this layout:
http://brockstedt.net.dynamicweb.dk/en-US/Medarbejdere/Juridiske-medarbejdere.aspx?ProductID=PROD1&PID=65
To get there, i have used this JavaScript:
<script type=but the script does not return the correct adress. The tag <!--@Server:Request.productid--> is not rendered so the returned URL looks like this:"text/javascript">
<!--@LoopStart(ProductGroups)-->
var id = "<!--@Server:Request.productid-->";
var pid = "<!--@Ecom:Group:Field.afsnit.Value-->";
<!--@LoopEnd(ProductGroups)-->
function navigate(url){
location = 'en-US/Medarbejdere/Juridiske-medarbejdere.aspx?' + 'ProductID=' + id + '&PID=' + pid;
}
</script>
http://brockstedt.net.dynamicweb.dk/en-US/Medarbejdere/Juridiske-medarbejdere.aspx?ProductID=%3C!--@Server:Request.productid--%3E&PID=65
Any ideas as to what i am doing wrong?
I would also like to make this part dynamic:
en-US/Medarbejdere/Juridiske-medarbejdere.aspx?What tag should i use?
/Iben Louise