please I want to change this html url reading from local storage advice me please
heyyyyyyyyyy
Hello.
Please learn here how to work with Storage variables https://devcenter.appery.io/documenta...
If you use old builder you can get localstorage variable value this way:
prelocalStorage.getItem('name'));/pre
where name- localstorage variable name.
ok how can i change url in the attached photo on run time
answer me please
Hello,
You can use JS below:
preApperyio("htmlComponent").find("iframe").attr("src", "http://example.com");/pre
here:
"htmlComponent" - name of the html component
"http://example.com" - new photo's URL