Jump to content

How To Reload URLFrame


dionel1969

Recommended Posts

Hello:

 

I have some troubles with URLFrame. I'm using this component for printing tickets from url like: temp/ticket.html but the URLFrame does not load right. I'm using this METAs in the HTML:

 

<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

 

anyway Frame load the previous ticket. I right click the mouse and use "reload frame" the content will load right. So, I was looking a way to call a "reload" of the frame through repaint, refresh but they do not reload the frame.

Link to comment
Share on other sites

  • Administrators

Hello:

 

I have some troubles with URLFrame. I'm using this component for printing tickets from url like: temp/ticket.html but the URLFrame does not load right. I'm using this METAs in the HTML:

 

<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

 

anyway Frame load the previous ticket. I right click the mouse and use "reload frame" the content will load right. So, I was looking a way to call a "reload" of the frame through repaint, refresh but they do not reload the frame.

 

If you use the same URL it will be cached by the browser. Use a different URL each time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...