Javascript hyperlink variables populated in asp coded email template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Eyster
    New Member
    • Jan 2012
    • 1

    Javascript hyperlink variables populated in asp coded email template

    How to write a javascript coded hyperlink with two variables defined by asp code?
    The data variables that populate in the asp coded email template are:

    $(CustomerID) $(OrderNo) $(CustomerName) ..etc

    I tried a hyperlink like this but asp doesn't recognize the variables in the hyperlink:

    href="../webstore/$(CustomerID)_$ (OrderNo).pdf"> CLICK HERE</a></td>


    How to write javascript code to populate the asp variables in the hyperlink? Help greatly appreciated!
Working...