javascript - redirect and refresh html page, onclick image from other page -
i building mobile app in telerik tool. on footer have placed of icons
contacts, groups, chat etc. when click on footer icon redirect fine. problem
after redirecting page, wont refresh itself. need refresh(simulator
refresh button-telerik tool).
<div class="nav" data-id="onefooter" id="page-location-footer" data-position="fixed"> <ul data-role="listview"> <li> <table> <tr> <td width="35%"> <a href="contacts.html"> <img src="images/user.png" alt="smiley face" width="40" height="40"> </a> </td> <td width="35%"> <a href="groups.html"> <img src="images/images.jpg" alt="smiley face" width="40" height="40"> </a> </td> <td width="35%"> <a href="metext.html"> <img src="images/chat.png" alt="smiley face" width="40" height="40"> </a> </td> <td width="35%"> <a href="social.html"> <img src="images/images1.jpg" alt="smiley face" width="40" height="40"> </a> </td> </tr> </table> </li> </ul> </div> so need redirect page page other page onclick of image ,
refresh redirected page.
kindly needful...
use http-equiv meta tag refresh value.
(you imply in question redirect working fine, i'm not touching that.)
to have refresh happen once, rather continually @ interval, can utilize javascript reload() in if statement depends upon value of http referer [sic] header.
javascript html telerik
No comments:
Post a Comment