Page 1 of 1

How to reload iframe

Posted: Thu Jan 28, 2016 9:20 am
by B5107656409

Dear All,

I have a HTMLBox with code below:

<!--
<script type="text/javascript"
var dest_url = 'http://nav.mydomain.com/api/?units=km...='+ localStorage.getItem('navlat') +'&lon=' + localStorage.getItem('navlng') ';

Code: Select all

 $(function() { 
  $('#nav_frame').prop('src', dest_url); 
 }); 

</script

<iframe id="nav_frame" width="100%" height="100%"</iframe

--

it works properly.. but in some conditions .. I need to reload it.. could any body please advise?

many thanks in advance

Regards
Win


How to reload iframe

Posted: Thu Jan 28, 2016 5:30 pm
by Serhii Kulibaba