Hi,
I'm creating a web widget using a backend programming language to produce some javascript. The widget itself is a simple link rotator. The part I'm having a problem with is setting up my array. The output I generate is as follows:
Any ideas on how to escape the elements correctly?
Thanks...
I'm creating a web widget using a backend programming language to produce some javascript. The widget itself is a simple link rotator. The part I'm having a problem with is setting up my array. The output I generate is as follows:
Code:
var myquotes = new Array(
"<a href="[URL unfurl="true"]http://linkOne">linkOne</a>",[/URL]
"<a href="[URL unfurl="true"]http://linkTwo">linkTwo</a>"[/URL]
);
Any ideas on how to escape the elements correctly?
Thanks...