Page doesn't refresh unless I use data-rel

Page doesn't refresh unless I use data-rel

I am setting up JQM for the first time for an internal business app and having an issue with page refresh.  I have a page that grabs a still from a webcam when the page is loaded so the page has to refresh every time its loaded or the web cam images will be stale.  If I use a link like in #1 the page refreshes normally and reloads the images but I don't get the fancy effects with page transitions.  If I remove rel=external if does not refresh the page and the images are not reloaded.  I am using server side code to grab the images and its obviously not being ran.  I have tried adding meta info so the page isn't cached and it doesn't help.  having the link like below works but it definitely looses some of the JQM polish.  The pages I am loading are all dynamic pages and all have to be as current as possible, and I would prefer to keep them as seperate pages and not roll into one.  Any help is greatly appreciated.
  1.                 <a data-role="button" rel="external" href="index.asp" >
                        Home
                    </a>


    • Topic Participants

    • jason