philmckrackon
Guest
offline
I have a page node with HTML and JS. There are many links but I can only get absolute links to work. I would much rather use relative. Here is a code snippet. Will relative links work? Thanks.
JavaScript:
Read more
Continue reading...
JavaScript:
Code:
document.getElementById("lblYear7174").innerHTML= "<a href=\"https://jeep-cj.com/community/wiki/civilian/#-cj5-1972-1975\" target=\"_blank\">" + value + "</a>";
document.getElementById("imgYear7174").innerHTML= "<a href=\"https://jeep-cj.com/community/wiki/civilian/#-cj5-1972-1975\"...
Read more
Continue reading...