i am trying in the code in click event window.open(Appery.getImagePath(localStorage.getItem("webname")))
not working.
here webname is the localstorage variable whre URL is stored.
how to do it?
pl. help
i am trying in the code in click event window.open(Appery.getImagePath(localStorage.getItem("webname")))
not working.
here webname is the localstorage variable whre URL is stored.
how to do it?
pl. help
Hello,
Please show us, what value does this code return:
pre
code
Appery.getImagePath(localStorage.getItem("webname"));
/code
/pre