mardi 5 mai 2020

Add a clickable link on SQLite database using JavaScript [closed]

I'm programming a simple social media platform called NetEdit. I want to add a link in the form of a tag to the list. The code line that pushes in the post is:

dreams.push(userInput.value + ": " + dreamInput.value + ' <a href="' + linkInput.value + '">' + "Go to link" + "</a>");

You can see the full code here.




Aucun commentaire:

Enregistrer un commentaire