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!
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!