how to open URL dynamically
Posted: Sun Jan 12, 2014 10:56 am
by Ketan Patil
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
how to open URL dynamically
Posted: Sun Jan 12, 2014 11:21 am
by Ketan Patil
how to open URL dynamically
Posted: Sun Jan 12, 2014 12:04 pm
by Igor
Hello,
Please show us, what value does this code return:
pre
code
Appery.getImagePath(localStorage.getItem("webname"));
/code
/pre