The second argument for "window" should be enclosed in quotes:
on (press) { getURL("index.html", "_self"); }
1
votes
Have you tried using quotes around the second argument?
on (press) {
getURL("index.html", "self");
}
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more