vendredi 20 mai 2016

How to go to website from list in JavaScript

Let's say I have a list such as

var websites = {
    website1.com,
    website2.com,
    website3.com,
};

When I press something, such as a <a> tag, choose from the list of websites, and automatically go there. I don't want any customization, repeating pages are fine, I just want something basic and simple.




Aucun commentaire:

Enregistrer un commentaire