I'm using a button to open a web browser, and I get the URL from a local variable. Here's the javascript i'm using:
window.open("'+localStorage.getItem('GooglePicsURL')+'")
It opens a browser window, but not the correct URL. It open to: http://project.tiggzi.com/404.html
Is my javascript incorrect?
Thank you.