R
Rob
I have values like
<span id = "URL">URL</span>
where the id "URL" is generated by javascript automatically.
I know in JSP, one can pass the value directly like <a href = <%=URL>>
but how do I do this for javascript?
<span id = "URL">URL</span>
where the id "URL" is generated by javascript automatically.
I know in JSP, one can pass the value directly like <a href = <%=URL>>
but how do I do this for javascript?