Fx Trader
Posts: 0
Joined: Sat Jun 13, 2015 6:01 pm

Change html URL

please I want to change this html url reading from local storage advice me please

Image

Fx Trader
Posts: 0
Joined: Sat Jun 13, 2015 6:01 pm

Change html URL

heyyyyyyyyyy

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Change html URL

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.

Fx Trader
Posts: 0
Joined: Sat Jun 13, 2015 6:01 pm

Change html URL

ok how can i change url in the attached photo on run time

Fx Trader
Posts: 0
Joined: Sat Jun 13, 2015 6:01 pm

Change html URL

answer me please

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Change html URL

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

Return to “Issues”